Skip to content

Commit

Permalink
Drop Laravel 5 & 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
gallib committed Jan 26, 2021
1 parent 33b1a0f commit 9ab5e06
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 @@ -10,11 +10,11 @@
}
],
"require": {
"illuminate/auth": "^5.8|^6.0|^7.0|^8.0",
"illuminate/contracts": "^5.8|^6.0|^7.0|^8.0",
"illuminate/database": "^5.8|^6.20.12|^7.30.3|^8.22.1",
"illuminate/routing": "^5.8|^6.0|^7.0|^8.0",
"php" : "^7.3.0|^8.0.0",
"illuminate/auth": "^7.0|^8.0",
"illuminate/contracts": "^7.0|^8.0",
"illuminate/database": "^7.30.3|^8.22.1",
"illuminate/routing": "^7.0|^8.0",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0",
"guzzlehttp/guzzle": "^7.0.1",
"symfony/dom-crawler": "^4.4|^5.0"
Expand Down

0 comments on commit 9ab5e06

Please sign in to comment.