Compatibility php > 7.0
vinise opened this issue · 4 comments
vinise commented
check requirement to match 7.0.*
Ocramius commented
vinise commented
zendframework/zend-json 2.6.1 requires php ^5.5 || ^7.0 -> your PHP version (7.0.3) in composer.json does not satisfy that requirement.
Really strange :/
gianarb commented
Can you paste your composer output please :)
vinise commented
Actually it's working when direct require! (so sorry for the issue)
But this project https://github.com/marcaube/ObHighchartsBundle/blob/master/composer.json
require "zendframework/zend-json": "~2.3" ==> so inclunding 2.6.1 (with php ^5.5 || ^7.0)
but then if fail :/
==> http://pastebin.com/ZavRKk9F
don't think its an error from your side but if you have any idea (not blocking at all)
Thanks :)