Skip to content

Commit b33f581

Browse files
author
Julien Maury
committed
composer.json
1 parent 1acbeb7 commit b33f581

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

composer.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "bea/member-post-types",
3+
"description": "Manage members on WordPress as post type. Implement: post type, authentification, role, clone from WordPress.",
4+
"minimum-stability": "stable",
5+
"license": "GPL-2.0",
6+
"authors": [
7+
{
8+
"name": "Be API",
9+
"email": "[email protected]"
10+
}
11+
],
12+
"type" : "wordpress-plugin",
13+
"require" : {
14+
"composer/installers" : "~1.0"
15+
}
16+
}

0 commit comments

Comments
 (0)