zendframework / zend-di

Di component from Zend Framework
BSD 3-Clause "New" or "Revised" License
46 stars 29 forks source link

Added PHP 7.3 support - updated Travis CI configuration #48

Closed michalbundyra closed 5 years ago

michalbundyra commented 5 years ago

@tux-rampage The problem is in zend-stdlib 2.7.7. I don't know what we are going to do with it. Technically PHP 7.3 is supported with latest dependencies. zend-stdlib v2 doesn't seem to be supported... Not sure how we can resolve failing build here - maybe remove "lowest" build from docker on PHP 7.3?

weierophinney commented 5 years ago

Considering the component now requires PHP 7.1, there's no reason to support zend-stdlib 2.7 any longer; just drop that version from the constraint, and you should be good to go.

michalbundyra commented 5 years ago

@tux-rampage PR is now updated