Skip to content

Commit

Permalink
Merge pull request #180 from Yoast/composer_wp_plugin
Browse files Browse the repository at this point in the history
Composer wp plugin
  • Loading branch information
enricobattocchi authored May 25, 2021
2 parents 101cee5 + afa97ed commit 110537f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "yoast/duplicate-post",
"description": "The go-to tool for cloning posts and pages, including the powerful Rewrite & Republish feature.",
"keywords": [
"wordpress",
"post",
"copy",
"clone"
],
"homepage": "https://wordpress.org/plugins/duplicate-post/",
"license": "GPL-2.0-or-later",
"authors": [
Expand All @@ -13,11 +19,12 @@
"type": "wordpress-plugin",
"support": {
"issues": "https://github.com/Yoast/duplicate-post/issues",
"forum": "https://wordpress.org/plugins/duplicate-post/",
"forum": "https://wordpress.org/support/plugin/duplicate-post",
"source": "https://github.com/Yoast/duplicate-post"
},
"require": {
"php": ">=5.6"
"php": ">=5.6",
"composer/installers": "^1.9.0"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.2",
Expand Down Expand Up @@ -53,6 +60,6 @@
]
},
"config": {
"classmap-authoritative": true
"classmap-authoritative": true
}
}

0 comments on commit 110537f

Please sign in to comment.