Skip to content

Commit 28188ea

Browse files
committed
Merge pull request wp-sync-db#1 from etcook/master
composer.json
2 parents 2a74e12 + 5021038 commit 28188ea

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

composer.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "wp-sync-db/wp-sync-db-cli",
3+
"type": "wordpress-plugin",
4+
"homepage": "https://github.com/wp-sync-db/wp-sync-db-cli",
5+
"license": "GPLv2",
6+
"description": "WP Sync DB CLI Addon",
7+
"keywords": ["plugin","wordpress","wp-sync-db","cli"],
8+
"require": {
9+
"composer/installers": "~1.0.6"
10+
}
11+
}

0 commit comments

Comments
 (0)