Skip to content

Commit 99e6f44

Browse files
committed
Require illuminate/support instead of framework
Most people would just use this with the framework, but some providers might be useful to use standalone.
1 parent 548e12d commit 99e6f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": ">=5.3.0",
15-
"laravel/framework": "4.*|5.0.*",
15+
"illuminate/support": "4.*|5.0.*",
1616
"symfony/finder": "~2.3",
1717
"maximebf/debugbar": "~1.10.2"
1818
},

0 commit comments

Comments
 (0)