Allow PHP8 in composer.json

This commit is contained in:
Kamil Wylegala 2021-02-16 20:34:45 +01:00
parent cf14e6546e
commit 3b999b74b9

View file

@ -18,7 +18,7 @@
"source": "https://github.com/cakephp/cakephp"
},
"require": {
"php": ">=5.3.0,<8.0.0"
"php": "^7.0 || ^8.0"
},
"suggest": {
"ext-openssl": "You need to install ext-openssl or ext-mcrypt to use AES-256 encryption",