Fix Monolog

- Use new hook-loading
This commit is contained in:
Philipp 2023-07-02 23:57:24 +02:00 committed by Hypolite Petovan
parent f328dc2b83
commit 745f9c1e5f
139 changed files with 2906 additions and 3083 deletions

View file

@ -11,16 +11,16 @@
}
],
"require": {
"php": ">=8.0.0"
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "src"
"Psr\\Log\\": "Psr/Log/"
}
},
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
"dev-master": "1.1.x-dev"
}
}
}