Обновление composer.json
This commit is contained in:
parent
762fb13420
commit
b92011bc50
|
@ -28,15 +28,14 @@
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "~8.0",
|
"php": "~8.0",
|
||||||
"psr/log": "^1.0",
|
"psr/log": "~1.0",
|
||||||
"monolog/monolog": "^1.6",
|
"hood/accounts": "~0.1.x-dev",
|
||||||
"jasny/error-handler": "^0.2.0",
|
"monolog/monolog": "~1.6",
|
||||||
"hood/accounts": "0.*",
|
"jasny/error-handler": "~0.2",
|
||||||
"guzzlehttp/guzzle": "^7.2"
|
"guzzlehttp/guzzle": "~7.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpdocumentor/phpdocumentor": ">=2.9",
|
"phpunit/phpunit": "~9.5"
|
||||||
"phpunit/phpunit": "^9"
|
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue