Skip to content

Commit 9ab5e06

Browse files
committed
Drop Laravel 5 & 6 support
1 parent 33b1a0f commit 9ab5e06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
}
1111
],
1212
"require": {
13-
"illuminate/auth": "^5.8|^6.0|^7.0|^8.0",
14-
"illuminate/contracts": "^5.8|^6.0|^7.0|^8.0",
15-
"illuminate/database": "^5.8|^6.20.12|^7.30.3|^8.22.1",
16-
"illuminate/routing": "^5.8|^6.0|^7.0|^8.0",
1713
"php" : "^7.3.0|^8.0.0",
14+
"illuminate/auth": "^7.0|^8.0",
15+
"illuminate/contracts": "^7.0|^8.0",
16+
"illuminate/database": "^7.30.3|^8.22.1",
17+
"illuminate/routing": "^7.0|^8.0",
1818
"illuminate/support": "^5.8|^6.0|^7.0|^8.0",
1919
"guzzlehttp/guzzle": "^7.0.1",
2020
"symfony/dom-crawler": "^4.4|^5.0"

0 commit comments

Comments
 (0)