Skip to content

Commit

Permalink
Allow phpunit 10
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Jan 12, 2024
1 parent 514229a commit eab8dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"prefer-stable": true,
"require": {
"php": "^8.1",
"brianium/paratest": "^6.3",
"brianium/paratest": "^6.3|^7.0",
"php-cs-fixer/shim": "^3.18",
"phpro/grumphp-shim": "^2.0",
"phpunit/phpunit": "^9.5"
"phpunit/phpunit": "^9.5|^10.0"
},
"suggest": {
"vimeo/psalm": "Static analysis",
Expand Down

0 comments on commit eab8dcc

Please sign in to comment.