Skip to content

Commit

Permalink
Update dependency phpunit/phpunit to ^10.5.9 || ^11.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed May 3, 2024
1 parent c361d78 commit bfe354e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"ext-simplexml": "*",
"fidry/cpu-core-counter": "^1.1.0",
"jean85/pretty-package-versions": "^2.0.6",
"phpunit/php-code-coverage": "^10.1.11 || ^11.0.0",
"phpunit/php-code-coverage": "^10.1.14 || ^11.0.3",
"phpunit/php-file-iterator": "^4.1.0 || ^5.0.0",
"phpunit/php-timer": "^6.0.0 || ^7.0.0",
"phpunit/phpunit": "^10.5.9 || ^11.0.3",
"sebastian/environment": "^6.0.1 || ^7.0.0",
"symfony/console": "^6.4.3 || ^7.0.3",
"symfony/process": "^6.4.3 || ^7.0.3"
"phpunit/phpunit": "^10.5.20 || ^11.1.3",
"sebastian/environment": "^6.1.0 || ^7.1.0",
"symfony/console": "^6.4.7 || ^7.0.7",
"symfony/process": "^6.4.7 || ^7.0.7"
},
"require-dev": {
"ext-pcov": "*",
Expand All @@ -57,7 +57,7 @@
"phpstan/phpstan-phpunit": "^1.3.16",
"phpstan/phpstan-strict-rules": "^1.5.5",
"squizlabs/php_codesniffer": "^3.9.2",
"symfony/filesystem": "^6.4.3 || ^7.0.3"
"symfony/filesystem": "^6.4.3 || ^7.0.7"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit bfe354e

Please sign in to comment.