diff options
| -rw-r--r-- | composer.json | 18 | 
1 files changed, 18 insertions, 0 deletions
| diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..f558c0d --- /dev/null +++ b/composer.json @@ -0,0 +1,18 @@ +{ +    "name": "lightscale/laralight-assets", +    "description": "Laravel library for managing assets", +    "type": "library", +    "license": "MIT", +    "autoload": { +        "psr-4": { +            "Lightscale\\LaralightAssets\\": "src/" +        } +    }, +    "authors": [ +        { +            "name": "Sam Light", +            "email": "sam@lightscale.co.uk" +        } +    ], +    "require": {} +} | 
