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

Commit 689888f

Browse files
committed
Drop Laravel 5.5 support
1 parent 58f3162 commit 689888f

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.5.0|~5.6.0",
43-
"illuminate/bus": "~5.5.0|~5.6.0",
44-
"illuminate/contracts": "~5.5.0|~5.6.0",
45-
"illuminate/http": "~5.5.0|~5.6.0",
46-
"illuminate/routing": "~5.5.0|~5.6.0",
47-
"illuminate/support": "~5.5.0|~5.6.0",
48-
"illuminate/validation": "~5.5.0|~5.6.0"
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"
4949
},
5050
"require-dev": {
5151
"codedungeon/phpunit-result-printer": "^0.6.0",

0 commit comments

Comments
 (0)