Hi there, I’ve got a site using Zend Framework 2.5.0. It runs on Php 5.6. I’d like to migrate to Php 7.x, but it seems ZF 2.5.0 is not compatible with Php 7.x.
I’ve read in ZF blog (PHP 7.2 Support! - Blog - Zend Framework) that ‘you should be able to perform a composer update to get versions that support PHP 7.2.’, but I don’t know whether I need to change something in composer.json file beforehand.
My suggestion would be to upgrade the dependencies individually, and run your unit/integration/e2e test suite against that, at every dependency update: that’s the safest path forward
You can try composer update and will find if any dependency issues with any of the packages.
Note your previous versions in case if you need to rollback.