Skip to content

Commit

Permalink
Change illuminate required version
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dexx committed Jun 7, 2020
1 parent 6af66aa commit 97efdfc
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 @@ -3,8 +3,8 @@
"description": "Easily filter eloquent models",
"type": "library",
"require": {
"illuminate/database": "^7.14",
"illuminate/support": "^7.14"
"illuminate/database": "^7.0",
"illuminate/support": "^7.0"
},
"require-dev": {
"orchestra/testbench": "^5.3",
Expand Down

0 comments on commit 97efdfc

Please sign in to comment.