schmittjoh / JMSJobQueueBundle

Run and Schedule Symfony Console Commands as Background Jobs
http://jmsyst.com/bundles/JMSJobQueueBundle
334 stars 254 forks source link

Build cannot be run on PHP 5.5, due to dev dependencies requiring 5.6 #196

Open kick-the-bucket opened 6 years ago

kick-the-bucket commented 6 years ago

Currently all builds are failing, because a lot of dependencies require PHP 5.6, and builds are being run on 5.5 and 5.6. The composer.json suggest that PHP 7 is supported, but builds are never run on it.

kick-the-bucket commented 6 years ago

See #197

stephanvierkant commented 5 years ago

See c567d96226bc776af7a92397ee6e98d3b3b34c4f. PHP 5 support has been dropped.