From 180ee20c75f6b50f9fc23abea38978d09ff1fadf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:30:55 +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.15.0 to 5.15.1. - [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.15.0...5.15.1) --- updated-dependencies: - dependency-name: ergebnis/php-cs-fixer-config dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 00b016a6..8b1fc746 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "ergebnis/composer-normalize": "^2.36.0", "ergebnis/data-provider": "^3.0.0", "ergebnis/license": "^2.1.0", - "ergebnis/php-cs-fixer-config": "^5.15.0", + "ergebnis/php-cs-fixer-config": "^5.15.1", "fakerphp/faker": "^1.23.0", "psalm/plugin-phpunit": "~0.18.4", "rector/rector": "~0.18.2", diff --git a/composer.lock b/composer.lock index cea090ea..87a14030 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": "5ee07dca6954a86af2fb8a0ac13e8037", + "content-hash": "1454dfad348b9483d6051590be320aff", "packages": [ { "name": "myclabs/deep-copy", @@ -2671,21 +2671,21 @@ }, { "name": "ergebnis/php-cs-fixer-config", - "version": "5.15.0", + "version": "5.15.1", "source": { "type": "git", "url": "https://github.com/ergebnis/php-cs-fixer-config.git", - "reference": "dcf60edce3e89f1affd7a1939527fab13792bcdb" + "reference": "0307e2094ea8b014216e357f7c292d5e71d17ae9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/dcf60edce3e89f1affd7a1939527fab13792bcdb", - "reference": "dcf60edce3e89f1affd7a1939527fab13792bcdb", + "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/0307e2094ea8b014216e357f7c292d5e71d17ae9", + "reference": "0307e2094ea8b014216e357f7c292d5e71d17ae9", "shasum": "" }, "require": { "ext-filter": "*", - "friendsofphp/php-cs-fixer": "~3.26.0", + "friendsofphp/php-cs-fixer": "~3.26.1", "php": "~8.1.0 || ~8.2.0" }, "require-dev": { @@ -2729,7 +2729,7 @@ "issues": "https://github.com/ergebnis/php-cs-fixer-config/issues", "source": "https://github.com/ergebnis/php-cs-fixer-config" }, - "time": "2023-09-08T10:14:46+00:00" + "time": "2023-09-08T20:48:21+00:00" }, { "name": "fakerphp/faker", @@ -2963,16 +2963,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.26.0", + "version": "v3.26.1", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "5fcf0c699d8f053bb6b5bfe62b4b5c6c2a88bc55" + "reference": "d023ba6684055f6ea1da1352d8a02baca0426983" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/5fcf0c699d8f053bb6b5bfe62b4b5c6c2a88bc55", - "reference": "5fcf0c699d8f053bb6b5bfe62b4b5c6c2a88bc55", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/d023ba6684055f6ea1da1352d8a02baca0426983", + "reference": "d023ba6684055f6ea1da1352d8a02baca0426983", "shasum": "" }, "require": { @@ -3046,7 +3046,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.26.0" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.26.1" }, "funding": [ { @@ -3054,7 +3054,7 @@ "type": "github" } ], - "time": "2023-09-08T09:26:05+00:00" + "time": "2023-09-08T19:09:07+00:00" }, { "name": "justinrainbow/json-schema",