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,8 +11,8 @@
}
],
"require": {
"php": ">=7.0",
"monolog/monolog": "^3.2"
"php": ">=7.3",
"monolog/monolog": "^2.9"
},
"license": "3-clause BSD license",
"config": {