krakjoe / apcu-bc

APCu Backwards Compatiblity Module
Other
33 stars 14 forks source link

Add composer.json for pickle. #8

Closed shouze closed 8 years ago

shouze commented 8 years ago

Fixes https://github.com/krakjoe/apcu-bc/issues/7

krakjoe commented 8 years ago

Thanks ;)

We will add pecl/pickle builds to CI ...

shouze commented 8 years ago

@krakjoe :+1: pickle can't still automatically download apcu dependency and/or check it's already installed on the fly & install it but it's the future of the project.

krakjoe commented 8 years ago

@shouze I don't know anything about pickle at the moment ... will familiarize myself ...

pierrejoye commented 8 years ago

I would recommend to remove the version in composer.json

pickle will use the version available in the header and makes sure it matches the tag. Doing so finally let the developer focus only on one location instead of having to update many different locations.

You do not have to do it tho', it could simply ease your work.

shouze commented 8 years ago

@pierrejoye ok, fixed in https://github.com/krakjoe/apcu-bc/pull/11

pierrejoye commented 8 years ago

About role and other meta, it i the exact same format used by composer. So the composer references apply here.

We may add some custom extra fields if necessary, mainly to deal with system deps. But that remains fully compatible (and parse-able) by composer.