Skip to content

Commit ecf0023

Browse files
authored
Allow use of laravel 5.4 components
1 parent 446bab2 commit ecf0023

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
"require": {
1818
"php": "^5.5.9 || ^7.0",
1919
"dingo/blueprint": "0.2.*",
20-
"illuminate/routing": "5.1.* || 5.2.* || 5.3.*",
21-
"illuminate/support": "5.1.* || 5.2.* || 5.3.*",
20+
"illuminate/routing": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
21+
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
2222
"league/fractal": ">=0.12.0"
2323
},
2424
"require-dev": {
25-
"illuminate/auth": "5.1.* || 5.2.* || 5.3.*",
26-
"illuminate/cache": "5.1.* || 5.2.* || 5.3.*",
27-
"illuminate/console": "5.1.* || 5.2.* || 5.3.*",
28-
"illuminate/database": "5.1.* || 5.2.* || 5.3.*",
29-
"illuminate/events": "5.1.* || 5.2.* || 5.3.*",
30-
"illuminate/filesystem": "5.1.* || 5.2.* || 5.3.*",
31-
"illuminate/log": "5.1.* || 5.2.* || 5.3.*",
32-
"illuminate/pagination": "5.1.* || 5.2.* || 5.3.*",
25+
"illuminate/auth": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
26+
"illuminate/cache": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
27+
"illuminate/console": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
28+
"illuminate/database": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
29+
"illuminate/events": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
30+
"illuminate/filesystem": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
31+
"illuminate/log": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
32+
"illuminate/pagination": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
3333
"laravel/lumen-framework": "5.1.* || 5.2.*",
3434
"lucadegasperi/oauth2-server-laravel": "5.0.*",
3535
"mockery/mockery": "~0.9",

0 commit comments

Comments
 (0)