From 64a40e070597025a7a2e3d633b8e8f238d73796b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:20:19 +0000 Subject: [PATCH] Bump szepeviktor/phpstan-wordpress from 1.3.4 to 1.3.5 (#563) Bumps [szepeviktor/phpstan-wordpress](https://github.com/szepeviktor/phpstan-wordpress) from 1.3.4 to 1.3.5. - [Release notes](https://github.com/szepeviktor/phpstan-wordpress/releases) - [Commits](https://github.com/szepeviktor/phpstan-wordpress/compare/v1.3.4...v1.3.5) --- updated-dependencies: - dependency-name: szepeviktor/phpstan-wordpress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.lock | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/composer.lock b/composer.lock index 2df478ac..b4a1d270 100644 --- a/composer.lock +++ b/composer.lock @@ -900,16 +900,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.11.x-dev", + "version": "1.12.x-dev", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "8da77476f13faebab9ccc73b64aaf85dba2b1ef4" + "reference": "5d9c970807f11a10ead63315c34a424d7d302e3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8da77476f13faebab9ccc73b64aaf85dba2b1ef4", - "reference": "8da77476f13faebab9ccc73b64aaf85dba2b1ef4", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/5d9c970807f11a10ead63315c34a424d7d302e3c", + "reference": "5d9c970807f11a10ead63315c34a424d7d302e3c", "shasum": "" }, "require": { @@ -955,7 +955,7 @@ "type": "github" } ], - "time": "2024-06-10T09:44:55+00:00" + "time": "2024-07-15T13:30:28+00:00" }, { "name": "phpunit/php-code-coverage", @@ -3225,12 +3225,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "bca7fd9c46ef734d27d59dae1b71ce4f4ff70b03" + "reference": "ec444d3f3f6505bb28d11afa41e75faadebc10a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/bca7fd9c46ef734d27d59dae1b71ce4f4ff70b03", - "reference": "bca7fd9c46ef734d27d59dae1b71ce4f4ff70b03", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/ec444d3f3f6505bb28d11afa41e75faadebc10a1", + "reference": "ec444d3f3f6505bb28d11afa41e75faadebc10a1", "shasum": "" }, "require": { @@ -3278,7 +3278,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/1.x" + "source": "https://github.com/symfony/polyfill-php73/tree/v1.30.0" }, "funding": [ { @@ -3294,20 +3294,20 @@ "type": "tidelift" } ], - "time": "2024-04-19T06:31:17+00:00" + "time": "2024-05-31T15:07:36+00:00" }, { "name": "szepeviktor/phpstan-wordpress", - "version": "v1.3.4", + "version": "v1.3.5", "source": { "type": "git", "url": "https://github.com/szepeviktor/phpstan-wordpress.git", - "reference": "891d0767855a32c886a439efae090408cc1fa156" + "reference": "7f8cfe992faa96b6a33bbd75c7bace98864161e7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/szepeviktor/phpstan-wordpress/zipball/891d0767855a32c886a439efae090408cc1fa156", - "reference": "891d0767855a32c886a439efae090408cc1fa156", + "url": "https://api.github.com/repos/szepeviktor/phpstan-wordpress/zipball/7f8cfe992faa96b6a33bbd75c7bace98864161e7", + "reference": "7f8cfe992faa96b6a33bbd75c7bace98864161e7", "shasum": "" }, "require": { @@ -3322,7 +3322,8 @@ "php-parallel-lint/php-parallel-lint": "^1.1", "phpstan/phpstan-strict-rules": "^1.2", "phpunit/phpunit": "^8.0 || ^9.0", - "szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset": "^0.8" + "szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset": "^1.0", + "wp-coding-standards/wpcs": "3.1.0 as 2.3.0" }, "suggest": { "swissspidy/phpstan-no-private": "Detect usage of internal core functions, classes and methods" @@ -3354,9 +3355,9 @@ ], "support": { "issues": "https://github.com/szepeviktor/phpstan-wordpress/issues", - "source": "https://github.com/szepeviktor/phpstan-wordpress/tree/v1.3.4" + "source": "https://github.com/szepeviktor/phpstan-wordpress/tree/v1.3.5" }, - "time": "2024-03-21T16:32:59+00:00" + "time": "2024-06-28T22:27:19+00:00" }, { "name": "theseer/tokenizer",