Skip to content

Commit 110537f

Browse files
Merge pull request #180 from Yoast/composer_wp_plugin
Composer wp plugin
2 parents 101cee5 + afa97ed commit 110537f

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

composer.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "yoast/duplicate-post",
33
"description": "The go-to tool for cloning posts and pages, including the powerful Rewrite & Republish feature.",
4+
"keywords": [
5+
"wordpress",
6+
"post",
7+
"copy",
8+
"clone"
9+
],
410
"homepage": "https://wordpress.org/plugins/duplicate-post/",
511
"license": "GPL-2.0-or-later",
612
"authors": [
@@ -13,11 +19,12 @@
1319
"type": "wordpress-plugin",
1420
"support": {
1521
"issues": "https://github.com/Yoast/duplicate-post/issues",
16-
"forum": "https://wordpress.org/plugins/duplicate-post/",
22+
"forum": "https://wordpress.org/support/plugin/duplicate-post",
1723
"source": "https://github.com/Yoast/duplicate-post"
1824
},
1925
"require": {
20-
"php": ">=5.6"
26+
"php": ">=5.6",
27+
"composer/installers": "^1.9.0"
2128
},
2229
"require-dev": {
2330
"php-parallel-lint/php-parallel-lint": "^1.2",
@@ -53,6 +60,6 @@
5360
]
5461
},
5562
"config": {
56-
"classmap-authoritative": true
63+
"classmap-authoritative": true
5764
}
5865
}

0 commit comments

Comments
 (0)