From b84856be9b18fb4863960be8a118828e2571165d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Dec 2020 09:01:59 +0000 Subject: [PATCH] composer(deps): bump ergebnis/json-normalizer from 0.14.0 to 1.0.0 Bumps [ergebnis/json-normalizer](https://github.com/ergebnis/json-normalizer) from 0.14.0 to 1.0.0. - [Release notes](https://github.com/ergebnis/json-normalizer/releases) - [Changelog](https://github.com/ergebnis/json-normalizer/blob/main/CHANGELOG.md) - [Commits](https://github.com/ergebnis/json-normalizer/compare/0.14.0...1.0.0) Signed-off-by: dependabot[bot] --- CHANGELOG.md | 5 +++++ composer.json | 2 +- composer.lock | 30 +++++++++++++++--------------- 3 files changed, 21 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 708a1262..de4cd41e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,10 @@ For a full diff see [`2.11.0...2.12.0`][2.11.0...2.12.0]. * Started showing plugin and author name when running `composer normalize` ([#641]), by [@localheinz] +### Changed + +* Required `ergebnis/json-normalizer:^1.0.0` which allows recursively sorting config hashes ([#634]), by [@dependabot] + ### Fixed * Required `composer/composer:2.0.8` for `composer-normalize.phar` ([#640]), by [@localheinz] @@ -624,6 +628,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0]. [#597]: https://github.com/ergebnis/composer-normalize/pull/597 [#608]: https://github.com/ergebnis/composer-normalize/pull/608 [#615]: https://github.com/ergebnis/composer-normalize/pull/615 +[#634]: https://github.com/ergebnis/composer-normalize/pull/634 [#640]: https://github.com/ergebnis/composer-normalize/pull/640 [#641]: https://github.com/ergebnis/composer-normalize/pull/641 diff --git a/composer.json b/composer.json index 23bf4c55..769aa37e 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require": { "php": "^7.2 || ^8.0", "composer-plugin-api": "^2.0.0", - "ergebnis/json-normalizer": "~0.14.0", + "ergebnis/json-normalizer": "^1.0.0", "ergebnis/json-printer": "^3.1.1", "justinrainbow/json-schema": "^5.2.10", "localheinz/diff": "^1.1.1" diff --git a/composer.lock b/composer.lock index ef0f1a25..76e26725 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d1076d411c8c23b1ebbc47c454ab4021", + "content-hash": "936cec1276a906a869bfac7ee86ead1d", "packages": [ { "name": "ergebnis/json-normalizer", - "version": "0.14.0", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/ergebnis/json-normalizer.git", - "reference": "4aad3594810d7477b5ea67a16544ad94ae374fc7" + "reference": "f318c642a59eea14233db5f36749aab20aeed203" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/json-normalizer/zipball/4aad3594810d7477b5ea67a16544ad94ae374fc7", - "reference": "4aad3594810d7477b5ea67a16544ad94ae374fc7", + "url": "https://api.github.com/repos/ergebnis/json-normalizer/zipball/f318c642a59eea14233db5f36749aab20aeed203", + "reference": "f318c642a59eea14233db5f36749aab20aeed203", "shasum": "" }, "require": { @@ -28,17 +28,17 @@ }, "require-dev": { "ergebnis/license": "^1.1.0", - "ergebnis/php-cs-fixer-config": "^2.5.1", - "ergebnis/phpstan-rules": "~0.15.2", - "ergebnis/test-util": "^1.3.0", + "ergebnis/php-cs-fixer-config": "^2.10.0", + "ergebnis/phpstan-rules": "~0.15.3", + "ergebnis/test-util": "^1.4.0", "infection/infection": "~0.15.3", "jangregor/phpstan-prophecy": "~0.8.1", - "phpstan/extension-installer": "^1.0.5", - "phpstan/phpstan": "~0.12.52", - "phpstan/phpstan-deprecation-rules": "~0.12.5", - "phpstan/phpstan-phpunit": "~0.12.16", - "phpstan/phpstan-strict-rules": "~0.12.5", - "phpunit/phpunit": "^8.5.8", + "phpstan/extension-installer": "^1.1.0", + "phpstan/phpstan": "~0.12.60", + "phpstan/phpstan-deprecation-rules": "~0.12.6", + "phpstan/phpstan-phpunit": "~0.12.17", + "phpstan/phpstan-strict-rules": "~0.12.7", + "phpunit/phpunit": "^8.5.13", "psalm/plugin-phpunit": "~0.12.2", "vimeo/psalm": "^3.18" }, @@ -74,7 +74,7 @@ "type": "github" } ], - "time": "2020-10-31T15:46:10+00:00" + "time": "2020-12-29T08:08:15+00:00" }, { "name": "ergebnis/json-printer",