Skip to content

Commit

Permalink
fix composer for compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
heqiming committed Jul 29, 2024
1 parent a46b92e commit b11abd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
}
],
"require-dev": {
"phpunit/phpunit": "^11.2",
"phpunit/phpunit": "^9.6|^10.0|^11.2",
"phpstan/phpstan": "^1.11",
"laravel/pint": "^1.16",
"orchestra/testbench": "^9.2"
"laravel/pint": "^1.0",
"orchestra/testbench": "^7.0|^8.0|^9.2"
},
"require": {
"php": ">=8.0",
Expand Down

0 comments on commit b11abd8

Please sign in to comment.