Skip to content

Commit 0918281

Browse files
committed
add composer.json file
1 parent 750d31c commit 0918281

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

composer.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "petitphp/facetwp-monthly",
3+
"description": "Filter your posts by monthly archive",
4+
"type": "wordpress-plugin",
5+
"license": "GPL2+",
6+
"keywords": ["WordPress", "FacetWP"],
7+
"authors": [
8+
{
9+
"name": "Clément Boirie",
10+
"homepage": "https://github.com/petitphp",
11+
"role": "Developer"
12+
}
13+
],
14+
"support": {
15+
"source": "https://github.com/petitphp/facetwp-monthly",
16+
"issues": "https://github.com/petitphp/facetwp-monthly/issues"
17+
}
18+
}

0 commit comments

Comments
 (0)