diff --git a/composer.json b/composer.json index 0752efac..50235a92 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ "inpsyde/wp-translation-downloader": "^2.0", "jamesrwilliams/flagpole": "@beta", "oomphinc/composer-installers-extender": "^2", - "roots/wordpress": "^5", + "roots/wordpress": "^6", "symfony/config": "^5.0 || ^6.0", "symfony/dependency-injection": "^5.0 || ^6.0", "symfony/dotenv": "^5.0 || ^6.0", diff --git a/composer.lock b/composer.lock index 5046b668..b436ea48 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "5cc93567f6c038f0faa3cd9ab669318b", + "content-hash": "61546856fac06ddc1dfe37139b8d4c82", "packages": [ { "name": "boxuk/wp-hook-attributes", @@ -1382,35 +1382,29 @@ }, { "name": "roots/wordpress", - "version": "5.9.3", + "version": "6.0.1", "source": { "type": "git", - "url": "https://github.com/WordPress/WordPress.git", - "reference": "5.9.3" + "url": "https://github.com/roots/wordpress.git", + "reference": "41ff6e23ccbc3a1691406d69fe8c211a225514e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WordPress/WordPress/zipball/refs/tags/5.9.3" + "url": "https://api.github.com/repos/roots/wordpress/zipball/41ff6e23ccbc3a1691406d69fe8c211a225514e2", + "reference": "41ff6e23ccbc3a1691406d69fe8c211a225514e2", + "shasum": "" }, "require": { - "php": ">=5.3.2", - "roots/wordpress-core-installer": ">=1.0.0" - }, - "provide": { - "wordpress/core-implementation": "5.9.3" + "roots/wordpress-core-installer": "^1.0.0", + "roots/wordpress-no-content": "self.version" }, - "type": "wordpress-core", + "type": "metapackage", "notification-url": "https://packagist.org/downloads/", "license": [ + "MIT", "GPL-2.0-or-later" ], - "authors": [ - { - "name": "WordPress Community", - "homepage": "https://wordpress.org/about/" - } - ], - "description": "WordPress is web software you can use to create a beautiful website or blog.", + "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", "homepage": "https://wordpress.org/", "keywords": [ "blog", @@ -1418,13 +1412,8 @@ "wordpress" ], "support": { - "docs": "https://developer.wordpress.org/", - "forum": "https://wordpress.org/support/", - "irc": "irc://irc.freenode.net/wordpress", - "issues": "https://core.trac.wordpress.org/", - "rss": "https://wordpress.org/news/feed/", - "source": "https://core.trac.wordpress.org/browser", - "wiki": "https://codex.wordpress.org/" + "issues": "https://github.com/roots/wordpress/issues", + "source": "https://github.com/roots/wordpress/tree/6.0.1" }, "funding": [ { @@ -1436,7 +1425,7 @@ "type": "patreon" } ], - "time": "2022-04-06T02:26:36+00:00" + "time": "2022-06-01T16:54:37+00:00" }, { "name": "roots/wordpress-core-installer", @@ -1509,6 +1498,76 @@ ], "time": "2020-08-20T00:27:30+00:00" }, + { + "name": "roots/wordpress-no-content", + "version": "6.0.1", + "source": { + "type": "git", + "url": "https://github.com/WordPress/WordPress.git", + "reference": "6.0.1" + }, + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/release/wordpress-6.0.1-no-content.zip", + "shasum": "bd78fc2bea7f04683218c679f9e6b606eedf23bc" + }, + "require": { + "php": ">= 5.6.20" + }, + "provide": { + "wordpress/core-implementation": "6.0.1" + }, + "suggest": { + "ext-curl": "Performs remote request operations.", + "ext-dom": "Used to validate Text Widget content and to automatically configuring IIS7+.", + "ext-exif": "Works with metadata stored in images.", + "ext-fileinfo": "Used to detect mimetype of file uploads.", + "ext-hash": "Used for hashing, including passwords and update packages.", + "ext-imagick": "Provides better image quality for media uploads.", + "ext-json": "Used for communications with other servers.", + "ext-libsodium": "Validates Signatures and provides securely random bytes.", + "ext-mbstring": "Used to properly handle UTF8 text.", + "ext-mysqli": "Connects to MySQL for database interactions.", + "ext-openssl": "Permits SSL-based connections to other hosts.", + "ext-pcre": "Increases performance of pattern matching in code searches.", + "ext-xml": "Used for XML parsing, such as from a third-party site.", + "ext-zip": "Used for decompressing Plugins, Themes, and WordPress update packages." + }, + "type": "wordpress-core", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "WordPress Community", + "homepage": "https://wordpress.org/about/" + } + ], + "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", + "homepage": "https://wordpress.org/", + "keywords": [ + "blog", + "cms", + "wordpress" + ], + "support": { + "docs": "https://developer.wordpress.org/", + "forum": "https://wordpress.org/support/", + "irc": "irc://irc.freenode.net/wordpress", + "issues": "https://core.trac.wordpress.org/", + "rss": "https://wordpress.org/news/feed/", + "source": "https://core.trac.wordpress.org/browser", + "wiki": "https://codex.wordpress.org/" + }, + "funding": [ + { + "url": "https://wordpressfoundation.org/donate/", + "type": "other" + } + ], + "time": "2022-07-12T16:30:11+00:00" + }, { "name": "symfony/config", "version": "v5.4.9",