Skip to content

Commit c27a37f

Browse files
committed
Updated tool dependencies
1 parent d2845e5 commit c27a37f

File tree

24 files changed

+603
-378
lines changed

24 files changed

+603
-378
lines changed

tools/01_phpunit/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
},
88
"require-dev": {
99
"liuggio/fastest": "1.13.0",
10-
"phpunit/php-code-coverage": "12.1.0",
10+
"phpunit/php-code-coverage": "12.1.2",
1111
"phpunit/phpcov": "11.0.0",
12-
"phpunit/phpunit": "12.0.10",
12+
"phpunit/phpunit": "12.1.0",
1313
"roave/security-advisories": "dev-latest",
1414
"symfony/browser-kit": "7.2.4",
1515
"symfony/phpunit-bridge": "7.2.0"
1616
},
1717
"config": {
1818
"allow-plugins": true,
1919
"platform": {
20-
"php": "8.4.0"
20+
"php": "8.4.5"
2121
},
2222
"preferred-install": {
2323
"*": "dist"

tools/01_phpunit/composer.lock

Lines changed: 44 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/02_phpstan/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"config": {
1616
"allow-plugins": true,
1717
"platform": {
18-
"php": "8.4.0"
18+
"php": "8.4.5"
1919
},
2020
"preferred-install": {
2121
"*": "dist"

tools/02_phpstan/composer.lock

Lines changed: 30 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/03_psalm/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
},
88
"require-dev": {
99
"roave/security-advisories": "dev-latest",
10-
"psalm/plugin-phpunit": "0.19.3",
10+
"psalm/plugin-phpunit": "0.19.5",
1111
"psalm/plugin-symfony": "5.2.7",
12-
"vimeo/psalm": "6.5.0",
12+
"vimeo/psalm": "6.10.0",
1313
"weirdan/doctrine-psalm-plugin": "2.10.0"
1414
},
1515
"config": {
1616
"allow-plugins": true,
1717
"platform": {
18-
"php": "8.3.0"
18+
"php": "8.4.5"
1919
},
2020
"preferred-install": {
2121
"*": "dist"

0 commit comments

Comments
 (0)