Update PHP version supported
PHP 8.0 is supported since v5.9.4. See https://www.advancedcustomfields.com/changelog/
This commit is contained in:
parent
b56148da9e
commit
c7ac90fe3e
|
|
@ -11,7 +11,7 @@
|
|||
],
|
||||
"minimum-stability": "dev",
|
||||
"require": {
|
||||
"php": "^5.6.20||^7.0",
|
||||
"php": "^5.6.20 || ^7.0 || ^8.0",
|
||||
"composer/installers": "^1.9.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue