zendframework / zend-servicemanager

ServiceManager component from Zend Framework
BSD 3-Clause "New" or "Revised" License
188 stars 89 forks source link

Added PHP 7.3 support - updated Travis CI configuration #277

Closed michalbundyra closed 5 years ago

michalbundyra commented 5 years ago

The build is still failing, because we do not have zend-code which support PHP 5.6 and 7.3 so we can't do it in easy way (without additional conditions in .travis.yml) to pass all tests with lowest/locked/latest deps. As discussed with @Xerkus closing in favour of previous PR #273 with target develop, where we support only PHP 7.1+.

weierophinney commented 5 years ago

@Xerkus and @webimpress: Just a note: I want develop to target 3.4.0, as we have features that we should get into that release (including the preliminary support for PSR-11 in plugin managers). To that end, I willl be creating a release-4.0 branch soon so we can target a new major version bump for this component, and reverting the change in develop that bumped the PHP version.