Skip to content

Commit

Permalink
Update PHPUnit compatibility to 10.5.33
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed Sep 9, 2024
1 parent 9c34baa commit 9b77286
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,26 +38,26 @@
"ext-pcre": "*",
"ext-reflection": "*",
"ext-simplexml": "*",
"fidry/cpu-core-counter": "^1.1.0",
"fidry/cpu-core-counter": "^1.2.0",
"jean85/pretty-package-versions": "^2.0.6",
"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.20 || ^11.1.3",
"sebastian/environment": "^6.1.0 || ^7.1.0",
"symfony/console": "^6.4.7 || ^7.1.0",
"symfony/process": "^6.4.7 || ^7.1.0"
"phpunit/php-code-coverage": "^10.1.16",
"phpunit/php-file-iterator": "^4.1.0",
"phpunit/php-timer": "^6.0.0",
"phpunit/phpunit": "^10.5.33",
"sebastian/environment": "^6.1.0",
"symfony/console": "^6.4.7 || ^7.1.4",
"symfony/process": "^6.4.7 || ^7.1.3"
},
"require-dev": {
"ext-pcov": "*",
"ext-posix": "*",
"doctrine/coding-standard": "^12.0.0",
"phpstan/phpstan": "^1.11.2",
"phpstan/phpstan": "^1.12.3",
"phpstan/phpstan-deprecation-rules": "^1.2.0",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-strict-rules": "^1.6.0",
"squizlabs/php_codesniffer": "^3.10.1",
"symfony/filesystem": "^6.4.3 || ^7.1.0"
"squizlabs/php_codesniffer": "^3.10.2",
"symfony/filesystem": "^6.4.3 || ^7.1.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9b77286

Please sign in to comment.