summaryrefslogtreecommitdiff
path: root/composer.json
blob: 94a20d375fc916b62f8851ce9e3046a35adca606 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "require": {
        "tightenco/jigsaw": "^1.3",
        "tightenco/jigsaw-blog-template": "^1.0",
        "samdark/sitemap": "^2.2"
    },
    "autoload": {
        "psr-4": {
            "App\\Listeners\\": "listeners/"
        }
    }
}