Skip to content

Commit

Permalink
Laravel 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
SiavashBamshadnia committed Sep 9, 2020
1 parent 1ec4e79 commit 52e8cee
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 @@ -9,9 +9,9 @@
"type": "library",
"require": {
"php": ">=7.1",
"illuminate/console": "^5.5|^6|^7",
"illuminate/database": "^5.5|^6|^7",
"illuminate/support": "^5.5|^6|^7"
"illuminate/console": "^5.5|^6|^7|^8",
"illuminate/database": "^5.5|^6|^7|^8",
"illuminate/support": "^5.5|^6|^7|^8"
},
"require-dev": {
"orchestra/testbench": "^3|^4|^5"
Expand Down

0 comments on commit 52e8cee

Please sign in to comment.