Skip to content

Commit 69a2f9f

Browse files
committed
support Laravel 5.5
1 parent 8efc06e commit 69a2f9f

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
@@ -15,8 +15,8 @@
1515
],
1616
"require": {
1717
"php": ">=5.4.0",
18-
"illuminate/support": "5.0.x|5.1.x|5.2.x|5.3.x|5.4.x",
19-
"illuminate/translation": "5.0.x|5.1.x|5.2.x|5.3.x|5.4.x",
18+
"illuminate/support": "5.0.x|5.1.x|5.2.x|5.3.x|5.4.x|5.5.x",
19+
"illuminate/translation": "5.0.x|5.1.x|5.2.x|5.3.x|5.4.x|5.5.x",
2020
"symfony/finder": "~2.3|~3.0"
2121
},
2222
"autoload": {

0 commit comments

Comments
 (0)