We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b835a7f commit ffd6ab2Copy full SHA for ffd6ab2
composer.json
@@ -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