cakephp-html-purifier icon indicating copy to clipboard operation
cakephp-html-purifier copied to clipboard

Change composer.json to allow PHP8

Open hacheraw opened this issue 3 years ago • 0 comments

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!!!

hacheraw avatar Jan 23 '22 18:01 hacheraw