Skip to content

Commit

Permalink
Fix PHP 8.1 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DeGraciaMathieu committed Jun 24, 2024
1 parent f6e92bf commit fdbfcb6
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 @@ -8,8 +8,8 @@
"illuminate/support": "10.*|11.*"
},
"require-dev": {
"orchestra/testbench": "9.1.*",
"phpunit/phpunit": "11.1.*"
"orchestra/testbench": "8.*|9.1.*",
"phpunit/phpunit": "10.*|11.1.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit fdbfcb6

Please sign in to comment.