Fixed semantic of composer.json
parent
a47d58e64e
commit
445a62b8b8
|
@ -41,7 +41,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.4|^8",
|
"php": "^7.4 || ^8.0",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-pdo": "*",
|
"ext-pdo": "*",
|
||||||
"ext-bcmath": "*",
|
"ext-bcmath": "*",
|
||||||
|
|
Loading…
Reference in New Issue