File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 15
15
],
16
16
"require" : {
17
17
"php" : " >=5.5.9" ,
18
- "illuminate/contracts" : " 5.1.*|5.2.*|5.3.*|5.4.*" ,
19
- "illuminate/filesystem" : " 5.1.*|5.2.*|5.3.*|5.4.*" ,
20
- "illuminate/http" : " 5.1.*|5.2.*|5.3.*|5.4.*" ,
21
- "illuminate/routing" : " 5.1.*|5.2.*|5.3.*|5.4.*" ,
22
- "illuminate/support" : " 5.1.*|5.2.*|5.3.*|5.4.*" ,
23
- "illuminate/view" : " 5.1.*|5.2.*|5.3.*|5.4.*" ,
18
+ "illuminate/contracts" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.* " ,
19
+ "illuminate/filesystem" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.* " ,
20
+ "illuminate/http" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.* " ,
21
+ "illuminate/routing" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.* " ,
22
+ "illuminate/support" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.* " ,
23
+ "illuminate/view" : " 5.1.*|5.2.*|5.3.*|5.4.*|5.5.* " ,
24
24
"mrclay/minify" : " ^2.2"
25
25
},
26
26
"require-dev" : {
44
44
"extra" : {
45
45
"branch-alias" : {
46
46
"dev-master" : " 5.0-dev"
47
+ },
48
+ "laravel" : {
49
+ "providers" : [
50
+ " GrahamCampbell\\ HTMLMin\\ HTMLMinServiceProvider"
51
+ ],
52
+ "aliases" : {
53
+ "HTMLMin" : " GrahamCampbell\\ HTMLMin\\ Facades\\ HTMLMin"
54
+ }
47
55
}
48
56
},
49
57
"minimum-stability" : " dev" ,
You can’t perform that action at this time.
0 commit comments