youshido-php/GraphQLBundle

Why is version constraint increased to PHP 5.6

keesschepers opened this issue · 3 comments

I am looking at the this commit: db19c5e#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780L29

Why is the PHP versiom bumped? Our servers don't run PHP 5.6 yet so we can't use the bundle after this commit anymore :(

I can't see changes in the code that would require PHP 5.6. Could you please give me feedback on this?

The reason is that we're going to use the newer version of the GraphQL Library that will require php 5.6. PHP 5.5 support has ended already and I'd strongly recommend to update.
http://php.net/supported-versions.php

As for your situation, I'll reduce the version in my tomorrow release, so you can update, but for the 2.0 we're going to need 5.6 anyway. So you can keep using this version all the way till 2.0 release.

reverted in 1.3.3