-
- Downloads
Use Monolog as PSR-11 compatible logger, refs #1686.
Merge request studip/studip!1117
Showing
- composer.json 4 additions, 4 deletionscomposer.json
- composer.lock 178 additions, 105 deletionscomposer.lock
- lib/bootstrap.php 0 additions, 8 deletionslib/bootstrap.php
- lib/classes/FilesSearch/FilesIndexManager.php 5 additions, 3 deletionslib/classes/FilesSearch/FilesIndexManager.php
- lib/classes/Log.php 28 additions, 232 deletionslib/classes/Log.php
- lib/classes/admission/RandomAlgorithm.class.php 24 additions, 24 deletionslib/classes/admission/RandomAlgorithm.class.php
- lib/classes/auth_plugins/StudipAuthCAS.class.php 1 addition, 1 deletionlib/classes/auth_plugins/StudipAuthCAS.class.php
- lib/cronjobs/check_admission.class.php 16 additions, 10 deletionslib/cronjobs/check_admission.class.php
- lib/models/Course.class.php 1 addition, 1 deletionlib/models/Course.class.php
... | ... | @@ -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" | ||
} | ||
} |
Please register or sign in to comment