Update PHP version supported

PHP 8.0 is supported since v5.9.4.

See https://www.advancedcustomfields.com/changelog/
This commit is contained in:
Titouan Mathis 2021-06-16 09:10:30 +02:00
parent b56148da9e
commit c7ac90fe3e
No known key found for this signature in database
GPG Key ID: A292A3DB3103F19D
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}
}