From 263a4155e15fdcabd0a695418e919c61b5beac40 Mon Sep 17 00:00:00 2001 From: Roots Ladybug Date: Mon, 23 May 2022 18:55:50 +0000 Subject: [PATCH] updates to 5.9.3 --- composer.json | 45 ++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 40 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index cb5aac3..dd8349d 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,44 @@ { "name": "roots/wordpress", - "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", - "type": "metapackage", + "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", "require": { - "roots/wordpress-core-installer": "^1.0.0", - "roots/wordpress-no-content": "self.version" + "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" } -} +} \ No newline at end of file