diff --git a/composer.json b/composer.json index 4390c8c8..20acbde7 100644 --- a/composer.json +++ b/composer.json @@ -56,6 +56,10 @@ "type": "vcs", "url": "git@github.com:WordPress/wporg-mu-plugins.git" }, + { + "type": "vcs", + "url": "git@github.com:WordPress/wporg-parent-2021.git" + }, { "type": "vcs", "url": "git@github.com:WordPress/wporg-internal-notes.git" @@ -78,6 +82,7 @@ "rmccue/requests": "^1.8.1", "wp-coding-standards/wpcs": "2.*", "wp-phpunit/wp-phpunit": "~6.0", + "wporg/wporg-parent-2021": "dev-build", "yoast/phpunit-polyfills": "^1.1" }, "scripts": { diff --git a/composer.lock b/composer.lock index f8eb8b08..476d93bd 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": "74ea5900c960f7fe6903d62deaf576ae", + "content-hash": "479cad4c3a4539cff4b683d254a6fac4", "packages": [ { "name": "adhocore/jwt", @@ -236,15 +236,15 @@ }, { "name": "wpackagist-plugin/gutenberg", - "version": "18.6.0", + "version": "18.7.1", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/gutenberg/", - "reference": "trunk" + "reference": "tags/18.7.1" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/gutenberg.zip?timestamp=1718863584" + "url": "https://downloads.wordpress.org/plugin/gutenberg.18.7.1.zip" }, "require": { "composer/installers": "^1.0 || ^2.0" @@ -319,12 +319,12 @@ "source": { "type": "git", "url": "https://github.com/WordPress/wporg-mu-plugins.git", - "reference": "a4a24625f0b93668b363fa30781d459a7bcb9345" + "reference": "edfdd7098c8880178958ecf05cf616a61c514c04" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WordPress/wporg-mu-plugins/zipball/a4a24625f0b93668b363fa30781d459a7bcb9345", - "reference": "a4a24625f0b93668b363fa30781d459a7bcb9345", + "url": "https://api.github.com/repos/WordPress/wporg-mu-plugins/zipball/edfdd7098c8880178958ecf05cf616a61c514c04", + "reference": "edfdd7098c8880178958ecf05cf616a61c514c04", "shasum": "" }, "require": { @@ -365,7 +365,7 @@ "source": "https://github.com/WordPress/wporg-mu-plugins/tree/build", "issues": "https://github.com/WordPress/wporg-mu-plugins/issues" }, - "time": "2024-06-17T22:39:04+00:00" + "time": "2024-07-11T17:13:19+00:00" } ], "packages-dev": [ @@ -576,16 +576,16 @@ }, { "name": "nikic/php-parser", - "version": "v5.0.2", + "version": "v5.1.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13" + "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13", - "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/683130c2ff8c2739f4822ff7ac5c873ec529abd1", + "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1", "shasum": "" }, "require": { @@ -596,7 +596,7 @@ }, "require-dev": { "ircmaxell/php-yacc": "^0.0.7", - "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" + "phpunit/phpunit": "^9.0" }, "bin": [ "bin/php-parse" @@ -628,9 +628,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2" + "source": "https://github.com/nikic/PHP-Parser/tree/v5.1.0" }, - "time": "2024-03-05T20:51:40+00:00" + "time": "2024-07-01T20:03:41+00:00" }, { "name": "phar-io/manifest", @@ -1275,45 +1275,45 @@ }, { "name": "phpunit/phpunit", - "version": "9.6.19", + "version": "9.6.20", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "a1a54a473501ef4cdeaae4e06891674114d79db8" + "reference": "49d7820565836236411f5dc002d16dd689cde42f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1a54a473501ef4cdeaae4e06891674114d79db8", - "reference": "a1a54a473501ef4cdeaae4e06891674114d79db8", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/49d7820565836236411f5dc002d16dd689cde42f", + "reference": "49d7820565836236411f5dc002d16dd689cde42f", "shasum": "" }, "require": { - "doctrine/instantiator": "^1.3.1 || ^2", + "doctrine/instantiator": "^1.5.0 || ^2", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "myclabs/deep-copy": "^1.10.1", - "phar-io/manifest": "^2.0.3", - "phar-io/version": "^3.0.2", + "myclabs/deep-copy": "^1.12.0", + "phar-io/manifest": "^2.0.4", + "phar-io/version": "^3.2.1", "php": ">=7.3", - "phpunit/php-code-coverage": "^9.2.28", - "phpunit/php-file-iterator": "^3.0.5", + "phpunit/php-code-coverage": "^9.2.31", + "phpunit/php-file-iterator": "^3.0.6", "phpunit/php-invoker": "^3.1.1", - "phpunit/php-text-template": "^2.0.3", - "phpunit/php-timer": "^5.0.2", - "sebastian/cli-parser": "^1.0.1", - "sebastian/code-unit": "^1.0.6", + "phpunit/php-text-template": "^2.0.4", + "phpunit/php-timer": "^5.0.3", + "sebastian/cli-parser": "^1.0.2", + "sebastian/code-unit": "^1.0.8", "sebastian/comparator": "^4.0.8", - "sebastian/diff": "^4.0.3", - "sebastian/environment": "^5.1.3", - "sebastian/exporter": "^4.0.5", - "sebastian/global-state": "^5.0.1", - "sebastian/object-enumerator": "^4.0.3", - "sebastian/resource-operations": "^3.0.3", - "sebastian/type": "^3.2", + "sebastian/diff": "^4.0.6", + "sebastian/environment": "^5.1.5", + "sebastian/exporter": "^4.0.6", + "sebastian/global-state": "^5.0.7", + "sebastian/object-enumerator": "^4.0.4", + "sebastian/resource-operations": "^3.0.4", + "sebastian/type": "^3.2.1", "sebastian/version": "^3.0.2" }, "suggest": { @@ -1358,7 +1358,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.19" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.20" }, "funding": [ { @@ -1374,7 +1374,7 @@ "type": "tidelift" } ], - "time": "2024-04-05T04:35:58+00:00" + "time": "2024-07-10T11:45:39+00:00" }, { "name": "rmccue/requests", @@ -2582,7 +2582,7 @@ }, { "name": "wp-phpunit/wp-phpunit", - "version": "6.5.4", + "version": "6.5.5", "source": { "type": "git", "url": "https://github.com/wp-phpunit/wp-phpunit.git", @@ -2628,6 +2628,27 @@ }, "time": "2024-05-07T16:46:52+00:00" }, + { + "name": "wporg/wporg-parent-2021", + "version": "dev-build", + "source": { + "type": "git", + "url": "https://github.com/WordPress/wporg-parent-2021.git", + "reference": "86f1594c0ee71bfc0ce86930f36170ec5871fecc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/WordPress/wporg-parent-2021/zipball/86f1594c0ee71bfc0ce86930f36170ec5871fecc", + "reference": "86f1594c0ee71bfc0ce86930f36170ec5871fecc", + "shasum": "" + }, + "type": "wordpress-theme", + "support": { + "source": "https://github.com/WordPress/wporg-parent-2021/tree/build", + "issues": "https://github.com/WordPress/wporg-parent-2021/issues" + }, + "time": "2024-07-09T23:11:35+00:00" + }, { "name": "yoast/phpunit-polyfills", "version": "1.1.1", @@ -2696,7 +2717,8 @@ "minimum-stability": "stable", "stability-flags": { "wporg/wporg-internal-notes": 20, - "wporg/wporg-mu-plugins": 20 + "wporg/wporg-mu-plugins": 20, + "wporg/wporg-parent-2021": 20 }, "prefer-stable": false, "prefer-lowest": false,