Skip to content

Commit bfe354e

Browse files
committed
Update dependency phpunit/phpunit to ^10.5.9 || ^11.0.3
1 parent c361d78 commit bfe354e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
"ext-simplexml": "*",
4141
"fidry/cpu-core-counter": "^1.1.0",
4242
"jean85/pretty-package-versions": "^2.0.6",
43-
"phpunit/php-code-coverage": "^10.1.11 || ^11.0.0",
43+
"phpunit/php-code-coverage": "^10.1.14 || ^11.0.3",
4444
"phpunit/php-file-iterator": "^4.1.0 || ^5.0.0",
4545
"phpunit/php-timer": "^6.0.0 || ^7.0.0",
46-
"phpunit/phpunit": "^10.5.9 || ^11.0.3",
47-
"sebastian/environment": "^6.0.1 || ^7.0.0",
48-
"symfony/console": "^6.4.3 || ^7.0.3",
49-
"symfony/process": "^6.4.3 || ^7.0.3"
46+
"phpunit/phpunit": "^10.5.20 || ^11.1.3",
47+
"sebastian/environment": "^6.1.0 || ^7.1.0",
48+
"symfony/console": "^6.4.7 || ^7.0.7",
49+
"symfony/process": "^6.4.7 || ^7.0.7"
5050
},
5151
"require-dev": {
5252
"ext-pcov": "*",
@@ -57,7 +57,7 @@
5757
"phpstan/phpstan-phpunit": "^1.3.16",
5858
"phpstan/phpstan-strict-rules": "^1.5.5",
5959
"squizlabs/php_codesniffer": "^3.9.2",
60-
"symfony/filesystem": "^6.4.3 || ^7.0.3"
60+
"symfony/filesystem": "^6.4.3 || ^7.0.7"
6161
},
6262
"autoload": {
6363
"psr-4": {

0 commit comments

Comments
 (0)