Skip to content

Commit 774a5c5

Browse files
authored
Merge pull request #97 from higherstudio/master
update composer.json
2 parents a7439a9 + e24e74b commit 774a5c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
],
1212
"require": {
1313
"php": ">=5.4.0",
14-
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*",
15-
"illuminate/validation": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*",
16-
"illuminate/translation": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*"
14+
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
15+
"illuminate/validation": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
16+
"illuminate/translation": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*"
1717
},
1818
"require-dev": {
1919
"mockery/mockery": "~0.9",

0 commit comments

Comments
 (0)