immobiliare / ApnsPHP

ApnsPHP: Apple Push Notification & Feedback Provider
BSD 3-Clause "New" or "Revised" License
1.44k stars 452 forks source link

no composer support? #102

Open rahilwazir opened 8 years ago

rahilwazir commented 8 years ago

composer require duccio/apns-php doesn't work?

smartssa commented 8 years ago

It doesn't appear to. But specifying "dev-master" as a version in composer.json does work.

iquito commented 8 years ago

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.

wassafr commented 8 years ago

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.

iquito commented 8 years ago

With the latest version a version number (v1.0.1) was added for packagist & composer. Thanks!

olyckne commented 6 years ago

And since v1.0.1 there hasn't been any more releases which means I can't use some of the new features. Are we going to get a new release or do I need to find another package for this?