From 96c2613ab04347eee697e14dc700b4c998ef270e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 22:05:27 +0000 Subject: [PATCH] composer(deps): bump ergebnis/json-normalizer from 2.1.0 to 2.2.0 Bumps [ergebnis/json-normalizer](https://github.com/ergebnis/json-normalizer) from 2.1.0 to 2.2.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/2.1.0...2.2.0) --- updated-dependencies: - dependency-name: ergebnis/json-normalizer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 0d62c784..e122cbed 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "require": { "php": "^7.4 || ^8.0", "composer-plugin-api": "^2.0.0", - "ergebnis/json-normalizer": "~2.1.0", + "ergebnis/json-normalizer": "~2.2.0", "ergebnis/json-printer": "^3.2.0", "justinrainbow/json-schema": "^5.2.11", "localheinz/diff": "^1.1.1" diff --git a/composer.lock b/composer.lock index af4e6122..0687b6b6 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": "4ad47fa4d287244fb3724cc330916895", + "content-hash": "f3b441ae539ee8d9a394f09296c255df", "packages": [ { "name": "ergebnis/json-normalizer", - "version": "2.1.0", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/ergebnis/json-normalizer.git", - "reference": "2039eb11131a243b9204bf51219baa08935e6b1d" + "reference": "b4c8de936ff453d1b2e45599b995db724e405e97" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/json-normalizer/zipball/2039eb11131a243b9204bf51219baa08935e6b1d", - "reference": "2039eb11131a243b9204bf51219baa08935e6b1d", + "url": "https://api.github.com/repos/ergebnis/json-normalizer/zipball/b4c8de936ff453d1b2e45599b995db724e405e97", + "reference": "b4c8de936ff453d1b2e45599b995db724e405e97", "shasum": "" }, "require": { @@ -30,12 +30,12 @@ "require-dev": { "ergebnis/data-provider": "^1.0.0", "ergebnis/license": "^1.2.0", - "ergebnis/php-cs-fixer-config": "^3.4.0", + "ergebnis/php-cs-fixer-config": "^4.0.0", "fakerphp/faker": "^1.17.0", - "infection/infection": "~0.25.5", - "phpunit/phpunit": "^9.5.11", + "infection/infection": "~0.26.2", + "phpunit/phpunit": "^9.5.12", "psalm/plugin-phpunit": "~0.16.1", - "vimeo/psalm": "^4.17.0" + "vimeo/psalm": "^4.18" }, "type": "library", "autoload": { @@ -69,7 +69,7 @@ "type": "github" } ], - "time": "2022-01-04T11:19:55+00:00" + "time": "2022-01-21T18:55:05+00:00" }, { "name": "ergebnis/json-printer",