Skip to content

Commit 24acb92

Browse files
committed
Updated tool dependencies
1 parent 6569353 commit 24acb92

File tree

17 files changed

+958
-881
lines changed

17 files changed

+958
-881
lines changed

tools/01_phpunit/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
},
88
"require-dev": {
99
"liuggio/fastest": "1.12.0",
10-
"phpunit/php-code-coverage": "11.0.5",
10+
"phpunit/php-code-coverage": "11.0.6",
1111
"phpunit/phpcov": "10.0.0",
12-
"phpunit/phpunit": "11.3.0",
12+
"phpunit/phpunit": "11.3.5",
1313
"roave/security-advisories": "dev-latest",
1414
"symfony/browser-kit": "7.1.1",
15-
"symfony/phpunit-bridge": "7.1.3"
15+
"symfony/phpunit-bridge": "7.1.4"
1616
},
1717
"config": {
1818
"allow-plugins": true,

tools/01_phpunit/composer.lock

Lines changed: 108 additions & 101 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"php": "^8.3.0"
77
},
88
"require-dev": {
9-
"phpstan/phpstan": "1.11.10",
9+
"phpstan/phpstan": "1.12.3",
1010
"phpstan/phpstan-phpunit": "1.4.0",
11-
"phpstan/phpstan-symfony": "1.4.7",
11+
"phpstan/phpstan-symfony": "1.4.9",
1212
"roave/security-advisories": "dev-latest"
1313
},
1414
"config": {

tools/02_phpstan/composer.lock

Lines changed: 35 additions & 28 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"roave/security-advisories": "dev-latest",
1010
"psalm/plugin-phpunit": "0.19.0",
1111
"psalm/plugin-symfony": "5.2.5",
12-
"vimeo/psalm": "5.25.0",
12+
"vimeo/psalm": "5.26.1",
1313
"weirdan/doctrine-psalm-plugin": "2.9.0"
1414
},
1515
"config": {

0 commit comments

Comments
 (0)