Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona authored Feb 15, 2023
1 parent 7b43a89 commit 8cc7e00
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"type": "library",
"require": {
"php": "^8.0",
"illuminate/support": "^8.0|^9.0",
"illuminate/database": "^8.0|^9.0"
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/database": "^8.0|^9.0|^10.0"
},
"require-dev": {
"laravel/framework": "^8.0|^9.0",
"laravel/framework": "^8.0|^9.0|^10.0",
"mockery/mockery": "^1.3",
"orchestra/testbench": "^v6.0",
"phpunit/phpunit": "^8.0|^9.0"
"orchestra/testbench": "^v6.0|^7.0|^8.0",
"phpunit/phpunit": "^8.0|^9.0|^10.0"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 8cc7e00

Please sign in to comment.