Skip to content

Commit

Permalink
Add support for PHPUnit 11
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Apr 11, 2024
1 parent a537d04 commit 37252f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"php": "^8.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.52.1",
"phpstan/phpstan": "^1.10.64",
"phpstan/phpstan-strict-rules": "^1.5.2",
"friendsofphp/php-cs-fixer": "^3.53.0",
"phpstan/phpstan": "^1.10.66",
"phpstan/phpstan-strict-rules": "^1.5.3",
"phpstan/phpstan-phpunit": "^1.3.16",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpunit/phpunit": "^10.5.15",
"symfony/var-dumper": "^6.4.4"
"phpunit/phpunit": "^10.5.15 || ^11.1.1",
"symfony/var-dumper": "^6.4.6"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 37252f3

Please sign in to comment.