mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-14 19:08:25 +00:00
Set max PHP version.
We won't be supporting PHP8 in 2.x. Several of our dependencies are not compatible and upgrading them would also require breaking change in CakePHP. Folks needing PHP8 support will need to upgrade to 4.x
This commit is contained in:
parent
89e23927cd
commit
b07bba4d4f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
"source": "https://github.com/cakephp/cakephp"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
"php": ">=5.3.0,<8.0.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-openssl": "You need to install ext-openssl or ext-mcrypt to use AES-256 encryption",
|
||||
|
|
Loading…
Reference in a new issue