diff options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..94a20d3 --- /dev/null +++ b/composer.json @@ -0,0 +1,12 @@ +{ + "require": { + "tightenco/jigsaw": "^1.3", + "tightenco/jigsaw-blog-template": "^1.0", + "samdark/sitemap": "^2.2" + }, + "autoload": { + "psr-4": { + "App\\Listeners\\": "listeners/" + } + } +}
\ No newline at end of file |
