-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 866 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "tightenco/jigsaw-blog-template",
"description": "Blog starter template for Jigsaw static site generator by Tighten",
"keywords": ["blog", "starter", "template", "jigsaw", "static", "site", "generator"],
"license": "MIT",
"authors": [
{
"name": "Anthony Terrell",
"email": "[email protected]"
},
{
"name": "Keith Damiani",
"email": "[email protected]"
},
{
"name": "Matt Stauffer",
"email": "[email protected]"
}
],
"require": {
"samdark/sitemap": "^2.2.1",
"tightenco/jigsaw": "^1.3.9"
},
"autoload": {
"psr-4": {
"App\\Listeners\\": "listeners/"
}
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}