Closed nicosp closed 2 years ago
We can't bump our minimum php version without also bumping the Robo major version. I'm not sure about the timeframe for a new major version of Robo. I'm not inclined to do that soon.
This PR would be viable for Robo 3.x if it kept the same minimum php version and used "league/container": "^4.0",
. We'd need a wrapper method that called either $container->addShared()
or $container->share()
as needed for the current version of league/container.
Done. I added support for both versions since container 4.x is php 7.2+
Overview
This pull request:
Summary
Updates league/container to 4.x
Description
Required for compatibility with cake 4.3