Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Change composer.json to allow PHP8 #37

Open
hacheraw opened this issue Jan 23, 2022 · 0 comments
Open

Change composer.json to allow PHP8 #37

hacheraw opened this issue Jan 23, 2022 · 0 comments

Comments

@hacheraw
Copy link
Contributor

hacheraw commented Jan 23, 2022

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 could to a PR if >=7.2 <9 is good for you.

Thanks!!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant