From 1435d1230815e23aff857c29d7347ad40c3a22c8 Mon Sep 17 00:00:00 2001 From: Stian Date: Mon, 29 Jul 2024 08:05:53 +0200 Subject: [PATCH] Bump WP to 6.6, T2 to 7.13 (#512) * Bump WP to 6.6, T2 to 7.13 * T2 7.13.2 --- composer.json | 6 +- composer.lock | 328 ++++++++++++++++++++++++++++---------------------- 2 files changed, 184 insertions(+), 150 deletions(-) diff --git a/composer.json b/composer.json index 6bca0df..49b47f8 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,9 @@ "dekode/imagify-helper": "1.0.0", "dekodeinteraktiv/dekode-label-environment": "~1.0.0", "inpsyde/wp-translation-downloader": "~2.5.0", - "johnpbloch/wordpress": "6.6.x-dev", + "roots/wordpress": "~6.6.1", "symfony/dotenv": "~7.1.0", - "t2/t2": "~7.12.0", + "t2/t2": "~7.13.2", "wpackagist-plugin/imagify": "~2.2.0", "wpackagist-plugin/spinupwp": "~1.6.0", "wpackagist-plugin/two-factor": "~0.9.1" @@ -69,7 +69,7 @@ "composer/installers": true, "dealerdirect/phpcodesniffer-composer-installer": true, "inpsyde/wp-translation-downloader": true, - "johnpbloch/wordpress-core-installer": true + "roots/wordpress-core-installer": true }, "platform": { "php": "8.2" diff --git a/composer.lock b/composer.lock index b75b544..70b8c14 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": "1f5475144975f9484197ee9d8f85d9cd", + "content-hash": "405e369aad482c66076920bcb340c7ce", "packages": [ { "name": "boxuk/wp-muplugin-loader", @@ -365,35 +365,29 @@ "time": "2023-04-14T08:49:43+00:00" }, { - "name": "johnpbloch/wordpress", - "version": "6.6.x-dev", + "name": "roots/wordpress", + "version": "6.6.1", "source": { "type": "git", - "url": "https://github.com/johnpbloch/wordpress.git", - "reference": "9dd57cc0065d48ee5751c5896f27f3397b330172" + "url": "https://github.com/roots/wordpress.git", + "reference": "1bdabdb9171ac5323edbf4792ce353d475467d27" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/johnpbloch/wordpress/zipball/9dd57cc0065d48ee5751c5896f27f3397b330172", - "reference": "9dd57cc0065d48ee5751c5896f27f3397b330172", + "url": "https://api.github.com/repos/roots/wordpress/zipball/1bdabdb9171ac5323edbf4792ce353d475467d27", + "reference": "1bdabdb9171ac5323edbf4792ce353d475467d27", "shasum": "" }, "require": { - "johnpbloch/wordpress-core": "6.6.x-dev", - "johnpbloch/wordpress-core-installer": "^1.0 || ^2.0", - "php": ">=7.0.0" + "roots/wordpress-core-installer": "^1.0.0", + "roots/wordpress-no-content": "self.version" }, - "type": "package", + "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 open source software you can use to create a beautiful website, blog, or app.", "homepage": "https://wordpress.org/", "keywords": [ @@ -402,128 +396,170 @@ "wordpress" ], "support": { - "docs": "https://developer.wordpress.org/", - "forum": "https://wordpress.org/support/", - "irc": "irc://irc.freenode.net/wordpress", - "issues": "https://core.trac.wordpress.org/", - "source": "https://core.trac.wordpress.org/browser" + "issues": "https://github.com/roots/wordpress/issues", + "source": "https://github.com/roots/wordpress/tree/6.6.1" }, - "time": "2024-03-05T17:07:36+00:00" + "funding": [ + { + "url": "https://github.com/roots", + "type": "github" + } + ], + "time": "2024-07-16T12:03:00+00:00" }, { - "name": "johnpbloch/wordpress-core", - "version": "6.6.x-dev", + "name": "roots/wordpress-core-installer", + "version": "1.100.0", "source": { "type": "git", - "url": "https://github.com/johnpbloch/wordpress-core.git", - "reference": "fb2c46f5c72b7341b542f3223255e92359f2d493" + "url": "https://github.com/roots/wordpress-core-installer.git", + "reference": "73f8488e5178c5d54234b919f823a9095e2b1847" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/johnpbloch/wordpress-core/zipball/fb2c46f5c72b7341b542f3223255e92359f2d493", - "reference": "fb2c46f5c72b7341b542f3223255e92359f2d493", + "url": "https://api.github.com/repos/roots/wordpress-core-installer/zipball/73f8488e5178c5d54234b919f823a9095e2b1847", + "reference": "73f8488e5178c5d54234b919f823a9095e2b1847", "shasum": "" }, "require": { - "ext-json": "*", - "php": ">=7.2.24" + "composer-plugin-api": "^1.0 || ^2.0", + "php": ">=5.6.0" }, - "provide": { - "wordpress/core-implementation": "6.6.x-dev" + "conflict": { + "composer/installers": "<1.0.6" + }, + "replace": { + "johnpbloch/wordpress-core-installer": "*" + }, + "require-dev": { + "composer/composer": "^1.0 || ^2.0", + "phpunit/phpunit": ">=5.7.27" + }, + "type": "composer-plugin", + "extra": { + "class": "Roots\\Composer\\WordPressCorePlugin" + }, + "autoload": { + "psr-4": { + "Roots\\Composer\\": "src/" + } }, - "type": "wordpress-core", "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { - "name": "WordPress Community", - "homepage": "https://wordpress.org/about/" + "name": "John P. Bloch", + "email": "me@johnpbloch.com" + }, + { + "name": "Roots", + "email": "team@roots.io" } ], - "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", - "homepage": "https://wordpress.org/", + "description": "A custom installer to handle deploying WordPress with composer", "keywords": [ - "blog", - "cms", "wordpress" ], "support": { - "forum": "https://wordpress.org/support/", - "irc": "irc://irc.freenode.net/wordpress", - "issues": "https://core.trac.wordpress.org/", - "source": "https://core.trac.wordpress.org/browser", - "wiki": "https://codex.wordpress.org/" + "issues": "https://github.com/roots/wordpress-core-installer/issues", + "source": "https://github.com/roots/wordpress-core-installer/tree/master" }, - "time": "2024-06-25T17:46:03+00:00" + "funding": [ + { + "url": "https://github.com/roots", + "type": "github" + }, + { + "url": "https://www.patreon.com/rootsdev", + "type": "patreon" + } + ], + "time": "2020-08-20T00:27:30+00:00" }, { - "name": "johnpbloch/wordpress-core-installer", - "version": "2.0.0", + "name": "roots/wordpress-no-content", + "version": "6.6.1", "source": { "type": "git", - "url": "https://github.com/johnpbloch/wordpress-core-installer.git", - "reference": "237faae9a60a4a2e1d45dce1a5836ffa616de63e" + "url": "https://github.com/WordPress/WordPress.git", + "reference": "6.6.1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/johnpbloch/wordpress-core-installer/zipball/237faae9a60a4a2e1d45dce1a5836ffa616de63e", - "reference": "237faae9a60a4a2e1d45dce1a5836ffa616de63e", - "shasum": "" + "url": "https://downloads.wordpress.org/release/wordpress-6.6.1-no-content.zip", + "shasum": "954aa560a66112cd999aa9d9519da5f964e6692a" }, "require": { - "composer-plugin-api": "^1.0 || ^2.0", - "php": ">=5.6.0" - }, - "conflict": { - "composer/installers": "<1.0.6" - }, - "require-dev": { - "composer/composer": "^1.0 || ^2.0", - "phpunit/phpunit": ">=5.7.27" + "php": ">= 7.0.0" }, - "type": "composer-plugin", - "extra": { - "class": "johnpbloch\\Composer\\WordPressCorePlugin" + "provide": { + "wordpress/core-implementation": "6.6.1" }, - "autoload": { - "psr-0": { - "johnpbloch\\Composer\\": "src/" - } + "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": "John P. Bloch", - "email": "me@johnpbloch.com" + "name": "WordPress Community", + "homepage": "https://wordpress.org/about/" } ], - "description": "A custom installer to handle deploying WordPress with composer", + "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": { - "issues": "https://github.com/johnpbloch/wordpress-core-installer/issues", - "source": "https://github.com/johnpbloch/wordpress-core-installer/tree/master" + "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/" }, - "time": "2020-04-16T21:44:57+00:00" + "funding": [ + { + "url": "https://wordpressfoundation.org/donate/", + "type": "other" + } + ], + "time": "2024-07-23T15:25:13+00:00" }, { "name": "symfony/dotenv", - "version": "v7.1.1", + "version": "v7.1.3", "source": { "type": "git", "url": "https://github.com/symfony/dotenv.git", - "reference": "efa715ec40c098f2fba62444f4fd75d0d4248ede" + "reference": "a26be30fd61678dab694a18a85084cea7673bbf3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dotenv/zipball/efa715ec40c098f2fba62444f4fd75d0d4248ede", - "reference": "efa715ec40c098f2fba62444f4fd75d0d4248ede", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/a26be30fd61678dab694a18a85084cea7673bbf3", + "reference": "a26be30fd61678dab694a18a85084cea7673bbf3", "shasum": "" }, "require": { @@ -568,7 +604,7 @@ "environment" ], "support": { - "source": "https://github.com/symfony/dotenv/tree/v7.1.1" + "source": "https://github.com/symfony/dotenv/tree/v7.1.3" }, "funding": [ { @@ -584,19 +620,19 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:57:53+00:00" + "time": "2024-07-09T19:36:07+00:00" }, { "name": "t2/admin", - "version": "7.12.4", + "version": "7.13.2", "dist": { "type": "zip", - "url": "https://t2-packages.teft.io/build/t2-admin-7.12.4.zip" + "url": "https://t2-packages.teft.io/build/t2-admin-7.13.2.zip" }, "require": { "php": ">=7.2", - "t2/config": "7.12.4", - "t2/icons": "7.12.4" + "t2/config": "7.13.2", + "t2/icons": "7.13.2" }, "type": "package", "autoload": { @@ -617,10 +653,10 @@ }, { "name": "t2/assets", - "version": "7.12.4", + "version": "7.13.2", "dist": { "type": "zip", - "url": "https://t2-packages.teft.io/build/t2-assets-7.12.4.zip" + "url": "https://t2-packages.teft.io/build/t2-assets-7.13.2.zip" }, "require": { "php": ">=7.2" @@ -644,17 +680,17 @@ }, { "name": "t2/block-library", - "version": "7.12.4", + "version": "7.13.2", "dist": { "type": "zip", - "url": "https://t2-packages.teft.io/build/t2-block-library-7.12.4.zip" + "url": "https://t2-packages.teft.io/build/t2-block-library-7.13.2.zip" }, "require": { "php": ">=7.2", - "t2/blocks": "7.12.4", - "t2/config": "7.12.4", - "t2/icons": "7.12.4", - "t2/utils": "7.12.4" + "t2/blocks": "7.13.2", + "t2/config": "7.13.2", + "t2/icons": "7.13.2", + "t2/utils": "7.13.2" }, "type": "package", "autoload": { @@ -675,16 +711,16 @@ }, { "name": "t2/blocks", - "version": "7.12.4", + "version": "7.13.2", "dist": { "type": "zip", - "url": "https://t2-packages.teft.io/build/t2-blocks-7.12.4.zip" + "url": "https://t2-packages.teft.io/build/t2-blocks-7.13.2.zip" }, "require": { "php": ">=7.2", - "t2/config": "7.12.4", - "t2/registry": "7.12.4", - "t2/utils": "7.12.4" + "t2/config": "7.13.2", + "t2/registry": "7.13.2", + "t2/utils": "7.13.2" }, "type": "package", "autoload": { @@ -706,10 +742,10 @@ }, { "name": "t2/components", - "version": "7.12.4", + "version": "7.13.2", "dist": { "type": "zip", - "url": "https://t2-packages.teft.io/build/t2-components-7.12.4.zip" + "url": "https://t2-packages.teft.io/build/t2-components-7.13.2.zip" }, "require": { "php": ">=7.2" @@ -733,10 +769,10 @@ }, { "name": "t2/config", - "version": "7.12.4", + "version": "7.13.2", "dist": { "type": "zip", - "url": "https://t2-packages.teft.io/build/t2-config-7.12.4.zip" + "url": "https://t2-packages.teft.io/build/t2-config-7.13.2.zip" }, "require": { "php": ">=7.2" @@ -760,16 +796,16 @@ }, { "name": "t2/editor", - "version": "7.12.4", + "version": "7.13.2", "dist": { "type": "zip", - "url": "https://t2-packages.teft.io/build/t2-editor-7.12.4.zip" + "url": "https://t2-packages.teft.io/build/t2-editor-7.13.2.zip" }, "require": { "php": ">=7.2", - "t2/config": "7.12.4", - "t2/icons": "7.12.4", - "t2/utils": "7.12.4" + "t2/config": "7.13.2", + "t2/icons": "7.13.2", + "t2/utils": "7.13.2" }, "type": "package", "autoload": { @@ -790,17 +826,17 @@ }, { "name": "t2/extension-library", - "version": "7.12.4", + "version": "7.13.2", "dist": { "type": "zip", - "url": "https://t2-packages.teft.io/build/t2-extension-library-7.12.4.zip" + "url": "https://t2-packages.teft.io/build/t2-extension-library-7.13.2.zip" }, "require": { "php": ">=7.2", - "t2/config": "7.12.4", - "t2/extensions": "7.12.4", - "t2/icons": "7.12.4", - "t2/utils": "7.12.4" + "t2/config": "7.13.2", + "t2/extensions": "7.13.2", + "t2/icons": "7.13.2", + "t2/utils": "7.13.2" }, "type": "package", "autoload": { @@ -821,16 +857,16 @@ }, { "name": "t2/extensions", - "version": "7.12.4", + "version": "7.13.2", "dist": { "type": "zip", - "url": "https://t2-packages.teft.io/build/t2-extensions-7.12.4.zip" + "url": "https://t2-packages.teft.io/build/t2-extensions-7.13.2.zip" }, "require": { "php": ">=7.2", - "t2/config": "7.12.4", - "t2/registry": "7.12.4", - "t2/utils": "7.12.4" + "t2/config": "7.13.2", + "t2/registry": "7.13.2", + "t2/utils": "7.13.2" }, "type": "package", "autoload": { @@ -851,14 +887,14 @@ }, { "name": "t2/icons", - "version": "7.12.4", + "version": "7.13.2", "dist": { "type": "zip", - "url": "https://t2-packages.teft.io/build/t2-icons-7.12.4.zip" + "url": "https://t2-packages.teft.io/build/t2-icons-7.13.2.zip" }, "require": { "php": ">=7.2", - "t2/utils": "7.12.4" + "t2/utils": "7.13.2" }, "type": "package", "autoload": { @@ -879,14 +915,14 @@ }, { "name": "t2/library", - "version": "7.12.4", + "version": "7.13.2", "dist": { "type": "zip", - "url": "https://t2-packages.teft.io/build/t2-library-7.12.4.zip" + "url": "https://t2-packages.teft.io/build/t2-library-7.13.2.zip" }, "require": { "php": ">=7.2", - "t2/config": "7.12.4" + "t2/config": "7.13.2" }, "type": "package", "autoload": { @@ -907,10 +943,10 @@ }, { "name": "t2/registry", - "version": "7.12.4", + "version": "7.13.2", "dist": { "type": "zip", - "url": "https://t2-packages.teft.io/build/t2-registry-7.12.4.zip" + "url": "https://t2-packages.teft.io/build/t2-registry-7.13.2.zip" }, "require": { "php": ">=7.2" @@ -935,26 +971,26 @@ }, { "name": "t2/t2", - "version": "7.12.4", + "version": "7.13.2", "dist": { "type": "zip", - "url": "https://t2-packages.teft.io/build/t2-t2-7.12.4.zip" + "url": "https://t2-packages.teft.io/build/t2-t2-7.13.2.zip" }, "require": { "symfony/dotenv": ">=5.4", - "t2/admin": "7.12.4", - "t2/assets": "7.12.4", - "t2/block-library": "7.12.4", - "t2/blocks": "7.12.4", - "t2/components": "7.12.4", - "t2/config": "7.12.4", - "t2/editor": "7.12.4", - "t2/extension-library": "7.12.4", - "t2/extensions": "7.12.4", - "t2/icons": "7.12.4", - "t2/library": "7.12.4", - "t2/registry": "7.12.4", - "t2/utils": "7.12.4" + "t2/admin": "7.13.2", + "t2/assets": "7.13.2", + "t2/block-library": "7.13.2", + "t2/blocks": "7.13.2", + "t2/components": "7.13.2", + "t2/config": "7.13.2", + "t2/editor": "7.13.2", + "t2/extension-library": "7.13.2", + "t2/extensions": "7.13.2", + "t2/icons": "7.13.2", + "t2/library": "7.13.2", + "t2/registry": "7.13.2", + "t2/utils": "7.13.2" }, "type": "wordpress-plugin", "license": [ @@ -970,14 +1006,14 @@ }, { "name": "t2/utils", - "version": "7.12.4", + "version": "7.13.2", "dist": { "type": "zip", - "url": "https://t2-packages.teft.io/build/t2-utils-7.12.4.zip" + "url": "https://t2-packages.teft.io/build/t2-utils-7.13.2.zip" }, "require": { "php": ">=7.2", - "t2/registry": "7.12.4" + "t2/registry": "7.13.2" }, "type": "package", "autoload": { @@ -1726,9 +1762,7 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": { - "johnpbloch/wordpress": 20 - }, + "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": {