mirror of
https://github.com/crypto-pro-web/crypto-pro-php.git
synced 2025-04-21 04:43:04 +03:00
Добавил разрешение совместимости с php 8.0 и выше #10
This commit is contained in:
parent
bdd545acf0
commit
3d9d77d88d
@ -29,7 +29,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.2 <8.0",
|
"php": ">=7.2 || ^8.0",
|
||||||
"ext-mbstring": "*"
|
"ext-mbstring": "*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
Loading…
Reference in New Issue
Block a user