-
- Downloads
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- composer.lock 10 additions, 9 deletionscomposer.lock
- lib/bootstrap.php 1 addition, 1 deletionlib/bootstrap.php
- lib/models/Course.php 16 additions, 14 deletionslib/models/Course.php
- lib/phplib/Seminar_Auth.php 1 addition, 1 deletionlib/phplib/Seminar_Auth.php
- lib/seminar_open.php 1 addition, 1 deletionlib/seminar_open.php
- phpstan.neon.dist 0 additions, 1 deletionphpstan.neon.dist
- tests/functional/_bootstrap.php 1 addition, 1 deletiontests/functional/_bootstrap.php
- tests/jsonapi/_bootstrap.php 2 additions, 2 deletionstests/jsonapi/_bootstrap.php
... | @@ -71,7 +71,7 @@ | ... | @@ -71,7 +71,7 @@ |
"codeception/codeception": "5.1.2", | "codeception/codeception": "5.1.2", | ||
"codeception/module-asserts": "3.0.0", | "codeception/module-asserts": "3.0.0", | ||
"overtrue/phplint": "9.3.0", | "overtrue/phplint": "9.3.0", | ||
"phpstan/phpstan": "1.11.0", | "phpstan/phpstan": "^2.0", | ||
"symfony/var-dumper": "6.4.7", | "symfony/var-dumper": "6.4.7", | ||
"maximebf/debugbar": "1.22.3", | "maximebf/debugbar": "1.22.3", | ||
"codeception/specify": "^2.0" | "codeception/specify": "^2.0" | ||
... | ... |
Please register or sign in to comment