1
0
Fork 0

Allow php8 usage with Composer 1, fixes #9523

pull/9537/head
Jordi Boggiano 2020-11-27 21:20:38 +01:00 committed by GitHub
parent 444b91a3ce
commit 2754910dff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
}
],
"require": {
"php": "^5.3.2 || ^7.0",
"php": "^5.3.2 || ^7.0 || ^8.0",
"composer/ca-bundle": "^1.0",
"composer/semver": "^1.0",
"composer/spdx-licenses": "^1.2",