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