Skip to content

Commit 6422a45

Browse files
Update all dependencies to latest supported versions
Note that we don't update Symfony to 7.x yet since there is no LTS yet.
1 parent a4b765e commit 6422a45

30 files changed

+1173
-1161
lines changed

.github/jobs/unit-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ cp ${DIR}/webapp/var/log/*.log "$ARTIFACTS"/
4646

4747
set -e
4848
CNT=0
49-
THRESHOLD=32
49+
THRESHOLD=2
5050
if [ $CODECOVERAGE -eq 1 ]; then
51-
CNT=$(sed -n '/Generating code coverage report/,$p' "$ARTIFACTS"/phpunit.out | grep -v DoctrineTestBundle | grep -cv ^$)
51+
CNT=$(sed -n '/Generating code coverage report/,$p' "$ARTIFACTS"/phpunit.out | grep -cv ^$)
5252
fi
5353

5454
if [ $UNITSUCCESS -ne 0 ] || [ $CNT -gt $THRESHOLD ]; then

webapp/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"datatables.net/datatables.net": "dev-master",
6161
"datatables.net/datatables.net-bs5": "dev-master",
6262
"doctrine/doctrine-bundle": "^2.8",
63-
"doctrine/doctrine-fixtures-bundle": "^3.4",
63+
"doctrine/doctrine-fixtures-bundle": "^4.0",
6464
"doctrine/doctrine-migrations-bundle": "^3.2",
6565
"doctrine/orm": "^2.14",
6666
"eligrey/filesaver": "2.*",
@@ -72,11 +72,11 @@
7272
"knplabs/knp-paginator-bundle": "^6.6",
7373
"league/commonmark": "^2.3",
7474
"mbostock/d3": "^3.5",
75-
"nelmio/api-doc-bundle": "^4.11",
75+
"nelmio/api-doc-bundle": "^5.0",
7676
"nelmio/cors-bundle": "^2.4",
7777
"novus/nvd3": "^1.8",
7878
"phpdocumentor/reflection-docblock": "^5.3",
79-
"phpstan/phpdoc-parser": "^1.25",
79+
"phpstan/phpdoc-parser": "^2.0",
8080
"promphp/prometheus_client_php": "^2.6",
8181
"ramsey/uuid": "^4.2",
8282
"riverline/multipart-parser": "^2.1",
@@ -116,8 +116,8 @@
116116
"require-dev": {
117117
"ext-dom": "*",
118118
"dama/doctrine-test-bundle": "^8.0",
119-
"phpstan/phpstan": "^1.10",
120-
"phpstan/phpstan-doctrine": "^1.3",
119+
"phpstan/phpstan": "^2.0",
120+
"phpstan/phpstan-doctrine": "^2.0",
121121
"phpunit/phpunit": "^9.6",
122122
"sebastian/diff": "*",
123123
"squizlabs/php_codesniffer": "*",

0 commit comments

Comments
 (0)