support php 8 (#92)

This commit is contained in:
Saif Eddin G 2020-10-22 05:12:14 +02:00 committed by GitHub
parent d169ee5f1d
commit 52c397a996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 | ^8.0",
"ext-bcmath": "*",
"ext-json": "*",
"ext-mbstring": "*",