Skip to content

Commit 34e6b6f

Browse files
committed
Merge pull request #100 from duncanjbrown/add-composer-json
Add composer.json
2 parents fb861ee + c30f2e7 commit 34e6b6f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

composer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "wp-api/oauth1",
3+
"description": "OAuth 1.0a Server for WordPress",
4+
"type": "wordpress-plugin",
5+
"license": "GPL2+",
6+
"authors": [
7+
{
8+
"name": "WP-API Team",
9+
"homepage": "http://wp-api.org/"
10+
}
11+
],
12+
"require": {}
13+
}

0 commit comments

Comments
 (0)