change dependency

This commit is contained in:
Daniel Seifert 2024-12-25 19:46:41 +01:00
parent 4ee05a81cf
commit 6ab1cabc16
Signed by: DanielS
GPG Key ID: 6A513E13AEE66170

View File

@ -19,7 +19,7 @@
],
"require": {
"guzzlehttp/guzzle": "^7.0",
"monolog/monolog": "^1.27",
"monolog/monolog": "^1.20",
"d3/sensitive-message-formatter": "^1.0"
},
"require-dev": {
@ -34,7 +34,7 @@
},
"autoload-dev": {
"psr-4": {
"D3\\OxidGuzzleFactory\\tests\\": "tests/"
"D3\\GuzzleFactory\\tests\\": "tests/"
}
},
"scripts": {