Skip to content

Commit 6ca3b47

Browse files
committed
[TASK] Update and pin the development dependencies
We don't want updates of our development dependencies to break our CI build. So pin the version as much as possible.
1 parent aeec69e commit 6ca3b47

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@
3737
"symfony/filesystem": "^6.4 || ^7.4 || ^8.0"
3838
},
3939
"require-dev": {
40-
"composer/package-versions-deprecated": "^1.11.99.5",
41-
"ergebnis/composer-normalize": "^2.28",
42-
"keradus/cli-executor": "^1.5",
43-
"maglnet/composer-require-checker": "^4.7.1",
44-
"overtrue/phplint": "^9.0",
45-
"phpstan/extension-installer": "^1.3.1",
46-
"phpstan/phpstan": "^2.0",
47-
"phpstan/phpstan-deprecation-rules": "^2.0",
48-
"phpstan/phpstan-phpunit": "^2.0",
49-
"phpstan/phpstan-strict-rules": "^2.0",
50-
"phpstan/phpstan-symfony": "^2.0",
51-
"phpunit/phpunit": "^10.1.3",
40+
"composer/package-versions-deprecated": "1.11.99.5",
41+
"ergebnis/composer-normalize": "2.51.0",
42+
"keradus/cli-executor": "2.3.0",
43+
"maglnet/composer-require-checker": "4.7.1 || 4.20.0 || 4.24.0",
44+
"overtrue/phplint": "9.6.3",
45+
"phpstan/extension-installer": "1.4.3",
46+
"phpstan/phpstan": "2.1.54",
47+
"phpstan/phpstan-deprecation-rules": "2.0.4",
48+
"phpstan/phpstan-phpunit": "2.0.16",
49+
"phpstan/phpstan-strict-rules": "2.0.11",
50+
"phpstan/phpstan-symfony": "2.0.15",
51+
"phpunit/phpunit": "10.5.63",
5252
"symfony/finder": "^6.4 || ^7.4 || ^8.0",
5353
"symfony/process": "^6.4 || ^7.4 || ^8.0"
5454
},

0 commit comments

Comments
 (0)