Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 191b203

Browse files
committed
Support Laravel v5.7+ and drop v5.6
1 parent 250c900 commit 191b203

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
],
4040
"require": {
4141
"php": "^7.1.3",
42-
"illuminate/auth": "~5.6.0",
43-
"illuminate/bus": "~5.6.0",
44-
"illuminate/contracts": "~5.6.0",
45-
"illuminate/http": "~5.6.0",
46-
"illuminate/routing": "~5.6.0",
47-
"illuminate/support": "~5.6.0",
48-
"illuminate/validation": "~5.6.0",
42+
"illuminate/auth": "~5.7.0",
43+
"illuminate/bus": "~5.7.0",
44+
"illuminate/contracts": "~5.7.0",
45+
"illuminate/http": "~5.7.0",
46+
"illuminate/routing": "~5.7.0",
47+
"illuminate/support": "~5.7.0",
48+
"illuminate/validation": "~5.7.0",
4949
"spatie/laravel-schemaless-attributes": "~1.1.0",
5050
"watson/validating": "^3.1.0"
5151
},

0 commit comments

Comments
 (0)