Hi Tyrael On Sep 5, 2016 7:10 AM, "Ferenc Kovacs" <tyr...@gmail.com> wrote:
> > You are probably talking about https://bugs.php.net/bug.php?id=71224. > > My understanding is that when fetching the packages from pecl.php.net > pickle would still have the same problem ( > https://github.com/FriendsOfPHP/pickle/issues/133) but if pecl authors > start adding composer.json to their repos you can describe the php version > dependency for the given extension on a per tag/version basis. > > I still think that it would be worth implementing > https://bugs.php.net/bug.php?id=71224 One thing we can do for pickle is to automatically add composer.json as part of pickle web which is a packagist for exts (php and other implementation). That should not be too hard. At least for the packages were no json is available. Also Jordi and I still have to settle the integration part.