Skip to content

Commit

Permalink
Merge pull request #8 from veewee/phpunit10
Browse files Browse the repository at this point in the history
Allow installation of phpunit 10
  • Loading branch information
veewee authored Jan 12, 2024
2 parents 514229a + eab8dcc commit fc23c28
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 fc23c28

Please sign in to comment.