Skip to content

Commit 690bdf0

Browse files
authored
Merge pull request #54 from rhwilrForks/master
Allow use of laravel 5.4 components
2 parents 53c2e55 + 7f61717 commit 690bdf0

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/support": "5.1.* || 5.2.* || 5.3.*",
15-
"illuminate/filesystem": "5.1.* || 5.2.* || 5.3.*",
14+
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
15+
"illuminate/filesystem": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
1616
"doctrine/annotations": "~1.2",
1717
"phpdocumentor/reflection-docblock": "3.1.*"
1818
},

0 commit comments

Comments
 (0)