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 26b9171 commit ac612bd
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,18 @@
}
],
"require": {
"php" : "^8.1",
"ext-json": "*"
"php" : "^8.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.52.1",
"friendsofphp/php-cs-fixer": "^3.53.0",
"httpwg/structured-field-tests": "*@dev",
"phpstan/phpstan": "^1.10.64",
"phpstan/phpstan-strict-rules": "^1.5.2",
"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",
"phpunit/phpunit": "^10.5.15 || ^11.1.1",
"phpbench/phpbench": "^1.2.15",
"symfony/var-dumper": "^6.4.4",
"symfony/var-dumper": "^6.4.6",
"bakame/aide-base32": "dev-main"
},
"autoload": {
Expand Down

0 comments on commit ac612bd

Please sign in to comment.