summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json38
1 files changed, 23 insertions, 15 deletions
diff --git a/composer.json b/composer.json
index 8ddfbd8..72143aa 100644
--- a/composer.json
+++ b/composer.json
@@ -1,17 +1,25 @@
{
- "name": "lightscale/laralight-svg",
- "description": "Laravel SVG sprites",
- "type": "library",
- "autoload": {
- "psr-4": {
- "Lightscale\\LaralightSvg\\": "src/"
- }
- },
- "authors": [
- {
- "name": "Sam Light",
- "email": "sam@lightscale.co.uk"
- }
- ],
- "require": {}
+ "name": "lightscale/laralight-svg",
+ "description": "Laravel SVG sprites",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Lightscale\\LaralightSvg\\": "src/"
+ }
+ },
+ "authors": [
+ {
+ "name": "Sam Light",
+ "email": "sam@lightscale.co.uk"
+ }
+ ],
+ "require": {},
+
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Lightscale\\LaralightSvg\\SvgServiceProvider"
+ ]
+ }
+ }
}