mirror of
https://github.com/crypto-pro-web/crypto-pro-php.git
synced 2025-01-18 19:25:51 +03:00
Теперь нам нужен mbstring
This commit is contained in:
parent
05a93163dc
commit
c4f93acd3b
@ -29,7 +29,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">7.2 <8.0"
|
"php": ">7.2 <8.0",
|
||||||
|
"ext-mbstring": "*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"monolog/monolog": "^2.8"
|
"monolog/monolog": "^2.8"
|
||||||
|
Loading…
Reference in New Issue
Block a user