Skip to content

Commit c4ef2d3

Browse files
Support Laravel 5.3
1 parent 9973a73 commit c4ef2d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
],
1212
"require": {
1313
"php": ">=5.5.9",
14-
"illuminate/contracts": "5.1.*|5.2.*",
15-
"illuminate/support": "5.1.*|5.2.*",
14+
"illuminate/contracts": "5.1.*|5.2.*|5.3.*",
15+
"illuminate/support": "5.1.*|5.2.*|5.3.*",
1616
"parse/php-sdk": "^1.0"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)