summaryrefslogtreecommitdiff
path: root/composer.json
blob: f558c0d3a1857eb29b9b03bafcfa3d592605f387 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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": {}
}