Giter Club home page Giter Club logo

freebird-php's People

Contributors

corbanb avatar davidfuhr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

freebird-php's Issues

v0.2.3 says php: >=5.3.0, but it's not compatible with PHP 5.6

According to requires of v0.2.3, the code should be compatible with PHP 5.6, but it's not, since it's using symfony/event-dispatcher package, which requires PHP ^7.1.3.

Reproducible steps:

$ composer require corbanb/freebird-php:~0.2.2
$ composer show
corbanb/freebird-php     v0.2.3 Twitter API v1.1 Application only authoization library
symfony/event-dispatcher v4.0.3 Symfony EventDispatcher Component
guzzle/guzzle            v3.8.1 Guzzle is a PHP HTTP client library and framew...
$ find vendor/symfony/event-dispatcher -name \*.php -exec php56 -l {} ';'
...
PHP Fatal error:  Default value for parameters with a class type hint can only be NULL in vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php on line 34
Fatal error: Default value for parameters with a class type hint can only be NULL in vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php on line 34
Errors parsing vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php
...

Note: The php56 command is a link pointing to PHP 5.6 binary.

Old Guzzle version

There's newer guzzle version released.
Please update your guzzle dependency.

New tag

Thanks for adding new guzzle version.
Can you now create new tag for that? v0.2.1 for example.

Unable to find version 0.2.4

There's no 0.2.4 on packagist.. although the readme suggestions v0.2.4.

composer require corbanb/freebird-php:~0.2.4
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package corbanb/freebird-php ~0.2.4 exists as corbanb/freebird-php[dev-master, v0.1.0, v0.1.1, v0.2.0, v0.2.1, v0.2.2, v0.2.3] but these are rejected by your constraint.


Installation failed, reverting ./composer.json to its original content.

Please add license for freebird

You should add license file to understand if this code can be used and in which kind of projects

The recommended is MIT, if no one is against

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.