Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored Jan 21, 2022
1 parent 2aaf2c0 commit 2bf5bb8
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,13 +20,13 @@
"license": "MIT",
"require": {
"php": "^8.0",
"illuminate/database": "^8.0",
"illuminate/support": "^8.0",
"illuminate/database": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0",
"spatie/laravel-package-tools": "^1.9"
},
"require-dev": {
"phpunit/phpunit" : "^9.5",
"orchestra/testbench": "^6.0"
"orchestra/testbench": "^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2bf5bb8

Please sign in to comment.