From a198a25cec3fd3932ab95c498cd6b1dfc11e4735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 06:02:43 +0000 Subject: [PATCH] composer(deps-dev): bump ergebnis/php-cs-fixer-config Bumps [ergebnis/php-cs-fixer-config](https://github.com/ergebnis/php-cs-fixer-config) from 5.7.0 to 5.9.2. - [Release notes](https://github.com/ergebnis/php-cs-fixer-config/releases) - [Changelog](https://github.com/ergebnis/php-cs-fixer-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/ergebnis/php-cs-fixer-config/compare/5.7.0...5.9.2) --- updated-dependencies: - dependency-name: ergebnis/php-cs-fixer-config dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 58 +++++++++++++++++++++++++++------------------------ 2 files changed, 32 insertions(+), 28 deletions(-) diff --git a/composer.json b/composer.json index fb895d2..c936e90 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "require-dev": { - "ergebnis/php-cs-fixer-config": "^5.7.0", + "ergebnis/php-cs-fixer-config": "^5.9.2", "vimeo/psalm": "^5.11.0" }, "config": { diff --git a/composer.lock b/composer.lock index e15b018..e3c6bb1 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": "7d7640db7d9416ccd7ed1b3842e55338", + "content-hash": "aa8a4f370638ad77349220efdc9d3dbb", "packages": [], "packages-dev": [ { @@ -506,25 +506,29 @@ }, { "name": "doctrine/deprecations", - "version": "v1.0.0", + "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/doctrine/deprecations.git", - "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de" + "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", - "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/612a3ee5ab0d5dd97b7cf3874a6efe24325efac3", + "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3", "shasum": "" }, "require": { - "php": "^7.1|^8.0" + "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^9", - "phpunit/phpunit": "^7.5|^8.5|^9.5", - "psr/log": "^1|^2|^3" + "phpstan/phpstan": "1.4.10 || 1.10.15", + "phpstan/phpstan-phpunit": "^1.0", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "psalm/plugin-phpunit": "0.18.4", + "psr/log": "^1 || ^2 || ^3", + "vimeo/psalm": "4.30.0 || 5.12.0" }, "suggest": { "psr/log": "Allows logging deprecations via PSR-3 logger implementation" @@ -543,9 +547,9 @@ "homepage": "https://www.doctrine-project.org/", "support": { "issues": "https://github.com/doctrine/deprecations/issues", - "source": "https://github.com/doctrine/deprecations/tree/v1.0.0" + "source": "https://github.com/doctrine/deprecations/tree/v1.1.1" }, - "time": "2022-05-02T15:47:09+00:00" + "time": "2023-06-03T09:27:29+00:00" }, { "name": "doctrine/lexer", @@ -627,34 +631,34 @@ }, { "name": "ergebnis/php-cs-fixer-config", - "version": "5.7.0", + "version": "5.9.2", "source": { "type": "git", "url": "https://github.com/ergebnis/php-cs-fixer-config.git", - "reference": "669252e3a4a47dd01fa87866323391f96f08dde6" + "reference": "98fbbd3878da4bdfd38d2ac3f3aa53061b6fecdd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/669252e3a4a47dd01fa87866323391f96f08dde6", - "reference": "669252e3a4a47dd01fa87866323391f96f08dde6", + "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/98fbbd3878da4bdfd38d2ac3f3aa53061b6fecdd", + "reference": "98fbbd3878da4bdfd38d2ac3f3aa53061b6fecdd", "shasum": "" }, "require": { "ext-filter": "*", - "friendsofphp/php-cs-fixer": "~3.17.0", + "friendsofphp/php-cs-fixer": "~3.19.2", "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "require-dev": { "ergebnis/composer-normalize": "^2.31.0", "ergebnis/license": "^2.1.0", - "fakerphp/faker": "^1.22.0", + "fakerphp/faker": "^1.23.0", "infection/infection": "~0.26.19", - "phpunit/phpunit": "^9.6.8", + "phpunit/phpunit": "^9.6.9", "psalm/plugin-phpunit": "~0.18.4", - "rector/rector": "~0.16.0", + "rector/rector": "~0.17.1", "symfony/filesystem": "^5.0.0 || ^6.0.0", "symfony/process": "^5.0.0 || ^6.0.0", - "vimeo/psalm": "^5.11.0" + "vimeo/psalm": "^5.12.0" }, "type": "library", "extra": { @@ -678,13 +682,13 @@ "email": "am@localheinz.com" } ], - "description": "Provides a configuration factory and multiple rule sets for friendsofphp/php-cs-fixer.", + "description": "Provides a configuration factory and rule sets for friendsofphp/php-cs-fixer.", "homepage": "https://github.com/ergebnis/php-cs-fixer-config", "support": { "issues": "https://github.com/ergebnis/php-cs-fixer-config/issues", "source": "https://github.com/ergebnis/php-cs-fixer-config" }, - "time": "2023-05-23T05:46:01+00:00" + "time": "2023-06-25T20:29:44+00:00" }, { "name": "felixfbecker/advanced-json-rpc", @@ -850,16 +854,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.17.0", + "version": "v3.19.2", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "3f0ed862f22386c55a767461ef5083bddceeed79" + "reference": "210dd89560edb27a8e0d5086b734ac5b5fd4e0e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/3f0ed862f22386c55a767461ef5083bddceeed79", - "reference": "3f0ed862f22386c55a767461ef5083bddceeed79", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/210dd89560edb27a8e0d5086b734ac5b5fd4e0e4", + "reference": "210dd89560edb27a8e0d5086b734ac5b5fd4e0e4", "shasum": "" }, "require": { @@ -934,7 +938,7 @@ ], "support": { "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", - "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.17.0" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.19.2" }, "funding": [ { @@ -942,7 +946,7 @@ "type": "github" } ], - "time": "2023-05-22T19:59:32+00:00" + "time": "2023-06-25T16:42:58+00:00" }, { "name": "netresearch/jsonmapper",