-
- Downloads
update codeception/codeception to 5.1.2 and codeception/module-asserts to...
update codeception/codeception to 5.1.2 and codeception/module-asserts to 3.0.0, fix test, fixes #4150 Closes #4150 Merge request studip/studip!2990
Showing
- composer.json 2 additions, 2 deletionscomposer.json
- composer.lock 653 additions, 532 deletionscomposer.lock
- lib/classes/JsonApi/Middlewares/Authentication.php 30 additions, 15 deletionslib/classes/JsonApi/Middlewares/Authentication.php
- tests/_support/Helper/Jsonapi.php 1 addition, 1 deletiontests/_support/Helper/Jsonapi.php
- tests/_support/Helper/StudipDb.php 5 additions, 6 deletionstests/_support/Helper/StudipDb.php
- tests/configuration.php 4 additions, 0 deletionstests/configuration.php
- tests/jsonapi/StructuralElementsShowTest.php 1 addition, 1 deletiontests/jsonapi/StructuralElementsShowTest.php
- tests/jsonapi/_bootstrap.php 6 additions, 8 deletionstests/jsonapi/_bootstrap.php
- tests/unit/lib/classes/StudipFileloaderTest.php 1 addition, 1 deletiontests/unit/lib/classes/StudipFileloaderTest.php
... | ... | @@ -10,8 +10,8 @@ |
"require-dev": { | ||
"adlawson/vfs": "~0.12.1", | ||
"woohoolabs/yang": "2.3.2", | ||
"codeception/codeception": "^4.2", | ||
"codeception/module-asserts": "^1.3", | ||
"codeception/codeception": "5.1.2", | ||
"codeception/module-asserts": "3.0.0", | ||
"overtrue/phplint": "3.1.1", | ||
"phpstan/phpstan": "^1.8", | ||
"symfony/var-dumper": "^5.4" | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment