Skip to content

Commit

Permalink
Switch repo to a metapackage (#34)
Browse files Browse the repository at this point in the history
* Switch repo to a metapackage

* Remove redundant attributes
  • Loading branch information
LeoColomb authored May 23, 2022
1 parent 6acbe7b commit 9ceb7cf
Showing 1 changed file with 5 additions and 40 deletions.
45 changes: 5 additions & 40 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,9 @@
{
"name": "roots/wordpress",
"description": "WordPress is web software you can use to create a beautiful website or blog.",
"keywords": [
"wordpress",
"blog",
"cms"
],
"homepage": "https://wordpress.org/",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "WordPress Community",
"homepage": "https://wordpress.org/about/"
}
],
"support": {
"issues": "https://core.trac.wordpress.org/",
"forum": "https://wordpress.org/support/",
"wiki": "https://codex.wordpress.org/",
"irc": "irc://irc.freenode.net/wordpress",
"source": "https://core.trac.wordpress.org/browser",
"docs": "https://developer.wordpress.org/",
"rss": "https://wordpress.org/news/feed/"
},
"type": "wordpress-core",
"version": "5.9.3",
"description": "WordPress is open source software you can use to create a beautiful website, blog, or app.",
"type": "metapackage",
"require": {
"php": ">=5.3.2",
"roots/wordpress-core-installer": ">=1.0.0"
},
"provide": {
"wordpress/core-implementation": "5.9.3"
},
"dist": {
"url": "https://api.github.com/repos/WordPress/WordPress/zipball/refs/tags/5.9.3",
"type": "zip"
},
"source": {
"url": "https://github.com/WordPress/WordPress.git",
"type": "git",
"reference": "5.9.3"
"roots/wordpress-core-installer": "^1.0.0",
"roots/wordpress-no-content": "self.version"
}
}
}

0 comments on commit 9ceb7cf

Please sign in to comment.