aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorMarcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de>2022-10-26 10:12:32 +0000
committerDavid Siegfried <david.siegfried@uni-vechta.de>2022-10-26 10:12:32 +0000
commitc16626dfcac357e339f48113eb646847af7dd6a9 (patch)
tree493c4ea0db09d905926fc0a2d0fa338c772e3a88 /composer.json
parentb8256a4732c53ca504bb8c17adcb47cfa799d81e (diff)
Use Monolog as PSR-11 compatible logger, refs #1686.
Merge request studip/studip!1117
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index f3fc0a4..f947220 100644
--- a/composer.json
+++ b/composer.json
@@ -10,17 +10,16 @@
"require-dev": {
"adlawson/vfs": "~0.12.1",
"camspiers/json-pretty": "~1.0.2",
- "monolog/monolog": "~1.21.0",
"php-http/curl-client": "~1.7.0",
"woohoolabs/yang": "2.3.2",
- "codeception/codeception": "~4.1.21",
+ "codeception/codeception": "^4.2",
"codeception/module-asserts": "^1.3",
"overtrue/phplint": "^3.0",
"phpstan/phpstan": "^1.8"
},
"require": {
"php": "^7.2",
- "guzzlehttp/psr7": "~1.4.2",
+ "guzzlehttp/psr7": "^2.3",
"neomerx/json-api": "4.0.1",
"spomky-labs/otphp": "^8.3.3",
"tuupola/cors-middleware": "1.2.1",
@@ -56,6 +55,7 @@
"symfony/process": "^5.4",
"jumbojett/openid-connect-php": "^0.9.2",
"league/oauth2-server": "^8.3",
- "willdurand/negotiation": "^3.1"
+ "willdurand/negotiation": "^3.1",
+ "monolog/monolog": "^2.8"
}
}