Skip to content

Commit 24470e5

Browse files
committed
Updated tool dependencies
1 parent 1ac94e3 commit 24470e5

File tree

16 files changed

+559
-527
lines changed

16 files changed

+559
-527
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.3",
10+
"phpunit/php-code-coverage": "11.0.5",
1111
"phpunit/phpcov": "10.0.0",
12-
"phpunit/phpunit": "11.2.5",
12+
"phpunit/phpunit": "11.2.6",
1313
"roave/security-advisories": "dev-latest",
1414
"symfony/browser-kit": "7.1.1",
15-
"symfony/phpunit-bridge": "7.1.1"
15+
"symfony/phpunit-bridge": "7.1.2"
1616
},
1717
"config": {
1818
"allow-plugins": true,

tools/01_phpunit/composer.lock

Lines changed: 163 additions & 160 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.5",
9+
"phpstan/phpstan": "1.11.7",
1010
"phpstan/phpstan-phpunit": "1.4.0",
11-
"phpstan/phpstan-symfony": "1.4.4",
11+
"phpstan/phpstan-symfony": "1.4.5",
1212
"roave/security-advisories": "dev-latest"
1313
},
1414
"config": {

tools/02_phpstan/composer.lock

Lines changed: 22 additions & 19 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
@@ -8,7 +8,7 @@
88
"require-dev": {
99
"roave/security-advisories": "dev-latest",
1010
"psalm/plugin-phpunit": "0.19.0",
11-
"psalm/plugin-symfony": "5.2.3",
11+
"psalm/plugin-symfony": "5.2.5",
1212
"vimeo/psalm": "5.25.0",
1313
"weirdan/doctrine-psalm-plugin": "2.9.0"
1414
},

0 commit comments

Comments
 (0)