diff options
author | Sam Light <samlight1994@gmail.com> | 2024-06-15 11:16:44 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2024-06-15 11:16:44 +0100 |
commit | 65c94080f6b8eae4a8217751de0dc847579c923d (patch) | |
tree | 59fa65cebc576c4c953cf1c534811ce827613246 /composer.json |
Initial commit
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..8ddfbd8 --- /dev/null +++ b/composer.json @@ -0,0 +1,17 @@ +{ + "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": {} +} |