Skip to content

Commit 6dd7e23

Browse files
KristofMorvasrmklive
authored andcommitted
Support for L5.5 and Package DIscovery (#88)
1 parent 38103ce commit 6dd7e23

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

composer.json

Lines changed: 14 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/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.*",
2424
"mrclay/minify": "^2.2"
2525
},
2626
"require-dev": {
@@ -44,6 +44,14 @@
4444
"extra": {
4545
"branch-alias": {
4646
"dev-master": "5.0-dev"
47+
},
48+
"laravel": {
49+
"providers": [
50+
"GrahamCampbell\\HTMLMin\\HTMLMinServiceProvider"
51+
],
52+
"aliases": {
53+
"HTMLMin": "GrahamCampbell\\HTMLMin\\Facades\\HTMLMin"
54+
}
4755
}
4856
},
4957
"minimum-stability": "dev",

0 commit comments

Comments
 (0)