Skip to content

Commit 4217d36

Browse files
committed
Add composer.json
1 parent 6f1e8d3 commit 4217d36

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor/

composer.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "woothemes/woocommerce-api",
3+
"description": "A client library for the WooCommerce REST API",
4+
"license": "GPL v3",
5+
"authors": [
6+
{
7+
"name": "Max Rice",
8+
"email": "max@maxrice.com"
9+
},
10+
{
11+
"name": "Gerhard Potgieter"
12+
}
13+
],
14+
"minimum-stability": "stable",
15+
"require": {}
16+
}

0 commit comments

Comments
 (0)