-
Notifications
You must be signed in to change notification settings - Fork 450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no composer support? #102
Comments
It doesn't appear to. But specifying "dev-master" as a version in composer.json does work. |
Not having a version number for this library is quite impractical - maybe it would be possible to version the releases? Using dev-master as a version is not good practice and could potentially break when this library is updated/changed. See also http://www.lornajane.net/posts/2015/relying-on-a-dev-master-dependency-in-composer for some more arguments against dev-master dependencies. |
I agree. I created a library that has apns-php has a dependency and I'm always forced to add a specific dependency for apns-php at the root package. |
With the latest version a version number (v1.0.1) was added for packagist & composer. Thanks! |
And since v1.0.1 there hasn't been any more releases which means I can't use some of the new features. |
composer require duccio/apns-php
doesn't work?The text was updated successfully, but these errors were encountered: