Skip to content

Commit a8f79d0

Browse files
authored
Merge pull request stechstudio#13 from jijoel/master
autodiscovery in Laravel 5.5
2 parents 233dfc8 + 77fafec commit a8f79d0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

composer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@
2727
],
2828
"minimum-stability": "dev",
2929
"require": {
30-
"illuminate/support": "5.2.x|5.3.x|5.4.x|5.5.x"
30+
"illuminate/support": "^5.2"
31+
},
32+
"extra": {
33+
"laravel": {
34+
"providers": [
35+
"STS\\Tunneler\\TunnelerServiceProvider"
36+
]
37+
}
3138
}
39+
3240
}

0 commit comments

Comments
 (0)