Skip to content

Commit b492caa

Browse files
committed
Add Laravel 5.4 support
1 parent d54d921 commit b492caa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
],
1616
"require": {
1717
"php": ">=5.5.9",
18-
"illuminate/database": "5.1.* || 5.2.* || 5.3.*",
19-
"illuminate/console": "5.1.* || 5.2.* || 5.3.*",
20-
"illuminate/contracts": "5.1.* || 5.2.* || 5.3.*",
21-
"illuminate/http": "5.1.* || 5.2.* || 5.3.*",
22-
"illuminate/support": "5.1.* || 5.2.* || 5.3.*",
23-
"illuminate/config": "5.1.* || 5.2.* || 5.3.*",
18+
"illuminate/database": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
19+
"illuminate/console": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
20+
"illuminate/contracts": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
21+
"illuminate/http": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
22+
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
23+
"illuminate/config": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
2424
"league/oauth2-server": "4.1.*"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)