Skip to content

Commit 7c8914c

Browse files
committed
Adds composer config.
1 parent 88bb4b2 commit 7c8914c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/vendor/
2+
composer.lock

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "level-level/wp-browser-woocommerce",
3+
"description": "WooCommerce object factories for WP Browser integration tests.",
4+
"type": "library",
5+
"license": "MIT",
6+
"require": {}
7+
}

0 commit comments

Comments
 (0)