Skip to content

Commit

Permalink
laravel 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrodiogenes committed May 21, 2023
1 parent 38d7d70 commit 5403b8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"license": "MIT",
"type": "project",
"require": {
"php": ">=8.0",
"illuminate/database": "^5.5|^6.20|^7.0|^8.0|^9.0"
"php": ">=8.1",
"illuminate/database": "^10.0"
},
"require-dev": {
"orchestra/testbench": "^3.7|^4.0|^5.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0"
"orchestra/testbench": "^3.7|^4.0|^5.0|^8.0",
"phpunit/phpunit": "^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5403b8c

Please sign in to comment.