Merge pull request #439 from simPod/php8

Support PHP 8
This commit is contained in:
Vladimir Razuvaev 2019-02-11 10:55:23 +07:00 committed by GitHub
commit ff16350aa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
"API" "API"
], ],
"require": { "require": {
"php": "^7.1", "php": "^7.1||^8.0",
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*" "ext-mbstring": "*"
}, },