You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2022. It is now read-only.
I'm using CakePHP 4.3 running on PHP8.1 and get no errors/deprecations and everything is working as expected.
The only deprecation I get is using Cake\Console\Shell instead of Commands (they will be removed in CakePHP 5.0)
Could you please update composer.json to something like "php": ">=7.2 <9", so we don't have to use composer update --ignore-platform-reqs
I'm using CakePHP 4.3 running on PHP8.1 and get no errors/deprecations and everything is working as expected.
The only deprecation I get is using
Cake\Console\Shellinstead ofCommands(they will be removed in CakePHP 5.0)Could you please update
composer.jsonto something like"php": ">=7.2 <9",so we don't have to usecomposer update --ignore-platform-reqsI could to a PR if >=7.2 <9 is good for you.
Thanks!!!