From a54f1804fe2832a687a66a55ffeca0f332ebeef9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 18:02:38 +0000 Subject: [PATCH] Bump php-stubs/wordpress-stubs from 5.7.2 to 6.1.0 Bumps [php-stubs/wordpress-stubs](https://github.com/php-stubs/wordpress-stubs) from 5.7.2 to 6.1.0. - [Release notes](https://github.com/php-stubs/wordpress-stubs/releases) - [Commits](https://github.com/php-stubs/wordpress-stubs/compare/v5.7.2...v6.1.0) --- updated-dependencies: - dependency-name: php-stubs/wordpress-stubs dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 23 +++++++++++++---------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index c7ca3ad353..69f1d4af4d 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "automattic/vipwpcs": "^2.3", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "dg/bypass-finals": "1.1.3", - "php-stubs/wordpress-stubs": "^5.7", + "php-stubs/wordpress-stubs": "^6.1", "phpcompatibility/phpcompatibility-wp": "^2.1", "phpmd/phpmd": "^2.9", "roave/security-advisories": "dev-latest", diff --git a/composer.lock b/composer.lock index 8e2319c161..dff36da6ea 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": "0b419b2a324674dda2efb56791447676", + "content-hash": "ae8a4899bc5c04b21f5a56b8f0a4c16b", "packages": [ { "name": "ampproject/amp-toolbox", @@ -1419,24 +1419,27 @@ }, { "name": "php-stubs/wordpress-stubs", - "version": "v5.7.2", + "version": "v6.1.0", "source": { "type": "git", "url": "https://github.com/php-stubs/wordpress-stubs.git", - "reference": "beda02c58f1c4689d42c8dde6a84f7f0c9c93f42" + "reference": "19e7966c8e70a99a4824b3e5d1526680a151f13b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/beda02c58f1c4689d42c8dde6a84f7f0c9c93f42", - "reference": "beda02c58f1c4689d42c8dde6a84f7f0c9c93f42", + "url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/19e7966c8e70a99a4824b3e5d1526680a151f13b", + "reference": "19e7966c8e70a99a4824b3e5d1526680a151f13b", "shasum": "" }, "replace": { "giacocorsiglia/wordpress-stubs": "*" }, "require-dev": { - "giacocorsiglia/stubs-generator": "^0.5.0", - "php": "~7.1" + "nikic/php-parser": "< 4.12.0", + "php": "~7.3 || ~8.0", + "php-stubs/generator": "^0.8.1", + "phpdocumentor/reflection-docblock": "^5.3", + "phpstan/phpstan": "^1.2" }, "suggest": { "paragonie/sodium_compat": "Pure PHP implementation of libsodium", @@ -1457,9 +1460,9 @@ ], "support": { "issues": "https://github.com/php-stubs/wordpress-stubs/issues", - "source": "https://github.com/php-stubs/wordpress-stubs/tree/v5.7.2" + "source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.1.0" }, - "time": "2021-05-13T07:54:04+00:00" + "time": "2022-11-09T05:33:25+00:00" }, { "name": "phpcompatibility/php-compatibility", @@ -4092,5 +4095,5 @@ "platform-overrides": { "php": "7.0.0" }, - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.3.0" }