From 2ac2f59693466d90a36f56a00a8c0add6ebc9374 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2020 08:12:21 +0000 Subject: [PATCH] composer(deps): bump ergebnis/json-normalizer from 0.12.0 to 0.13.0 Bumps [ergebnis/json-normalizer](https://github.com/ergebnis/json-normalizer) from 0.12.0 to 0.13.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.12.0...0.13.0) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 38 +++++++++++++++++++++----------------- 2 files changed, 22 insertions(+), 18 deletions(-) diff --git a/composer.json b/composer.json index 0c1b542a..a945def2 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require": { "php": "^7.1 || ^8.0", "composer-plugin-api": "^1.1.0 || ^2.0.0", - "ergebnis/json-normalizer": "~0.12.0", + "ergebnis/json-normalizer": "~0.13.0", "ergebnis/json-printer": "^3.1.0", "justinrainbow/json-schema": "^5.2.10", "localheinz/diff": "^1.0.1" diff --git a/composer.lock b/composer.lock index 8ae89fdd..d5f75183 100644 --- a/composer.lock +++ b/composer.lock @@ -4,43 +4,43 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "85bbb28653a11fb104ee7899b894b384", + "content-hash": "de2391c539a44c1bdbd18de082a13e71", "packages": [ { "name": "ergebnis/json-normalizer", - "version": "0.12.0", + "version": "0.13.0", "source": { "type": "git", "url": "https://github.com/ergebnis/json-normalizer.git", - "reference": "0197447cd5d8f7e82116e904196a3e9f470655db" + "reference": "a532e078c3d77d01f79925bb7507a9b52bf6f9e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/json-normalizer/zipball/0197447cd5d8f7e82116e904196a3e9f470655db", - "reference": "0197447cd5d8f7e82116e904196a3e9f470655db", + "url": "https://api.github.com/repos/ergebnis/json-normalizer/zipball/a532e078c3d77d01f79925bb7507a9b52bf6f9e8", + "reference": "a532e078c3d77d01f79925bb7507a9b52bf6f9e8", "shasum": "" }, "require": { - "ergebnis/json-printer": "^3.0.2", + "ergebnis/json-printer": "^3.1.0", "ext-json": "*", - "justinrainbow/json-schema": "^4.0.0 || ^5.0.0", - "php": "^7.1" + "justinrainbow/json-schema": "^5.2.10", + "php": "^7.1 || ^8.0" }, "require-dev": { - "ergebnis/license": "~0.1.0", - "ergebnis/php-cs-fixer-config": "^2.1.2", - "ergebnis/phpstan-rules": "~0.14.4", + "ergebnis/license": "~1.0.0", + "ergebnis/php-cs-fixer-config": "^2.2.1", + "ergebnis/phpstan-rules": "~0.15.0", "ergebnis/test-util": "~1.0.0", "infection/infection": "~0.13.6", - "jangregor/phpstan-prophecy": "~0.6.2", + "jangregor/phpstan-prophecy": "~0.8.0", "phpstan/extension-installer": "^1.0.4", - "phpstan/phpstan": "~0.12.18", - "phpstan/phpstan-deprecation-rules": "~0.12.2", + "phpstan/phpstan": "~0.12.32", + "phpstan/phpstan-deprecation-rules": "~0.12.4", "phpstan/phpstan-phpunit": "~0.12.8", "phpstan/phpstan-strict-rules": "~0.12.2", "phpunit/phpunit": "^7.5.20", - "psalm/plugin-phpunit": "~0.10.0", - "vimeo/psalm": "^3.11.2" + "psalm/plugin-phpunit": "~0.10.1", + "vimeo/psalm": "^3.12.2" }, "type": "library", "autoload": { @@ -65,6 +65,10 @@ "normalizer" ], "funding": [ + { + "url": "https://cottonbureau.com/people/andreas-moller", + "type": "custom" + }, { "url": "https://paypal.me/localheinz", "type": "custom" @@ -82,7 +86,7 @@ "type": "github" } ], - "time": "2020-04-19T12:30:41+00:00" + "time": "2020-07-04T21:41:41+00:00" }, { "name": "ergebnis/json-printer",