Skip to content

Commit ffd6ab2

Browse files
committed
composer.json
1 parent b835a7f commit ffd6ab2

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",
3+
"type": "wordpress-plugin",
4+
"homepage": "https://github.com/wp-sync-db/wp-sync-db",
5+
"license": "GPLv2",
6+
"description": "WP Sync DB eliminates the manual work of migrating a WP database.",
7+
"keywords": ["plugin","wordpress","wp-sync-db","db"],
8+
"require": {
9+
"composer/installers": "~1.0.6"
10+
}
11+
}

0 commit comments

Comments
 (0)