Skip to content

Commit

Permalink
Update illuminate/database version
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardojbaez committed Feb 9, 2022
1 parent 67c4347 commit aec4b41
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 @@ -11,12 +11,12 @@
],
"minimum-stability": "dev",
"require": {
"illuminate/database": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0"
"illuminate/database": "^7.0|^8.0|^9.0"
},
"require-dev": {
"phpunit/phpunit": "~7.4",
"mockery/mockery": "~1.0",
"orchestra/testbench": "^3.7"
"phpunit/phpunit": "^9.5",
"mockery/mockery": "~1.5",
"orchestra/testbench": "^6.24"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit aec4b41

Please sign in to comment.