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

Commit 4b4ffe4

Browse files
committed
Allowing laravel 5.3
1 parent e457977 commit 4b4ffe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=5.5.0",
20-
"illuminate/support": "~5.1.10|5.2.*",
20+
"illuminate/support": "~5.1.10|~5.2|~5.3",
2121
"swiftmailer/swiftmailer": "~5.1"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)