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