diff --git a/composer.json b/composer.json index dea76f2c..175289bd 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "php": "^7.4 || ^8.0", "composer-plugin-api": "^2.0.0", "ergebnis/json-normalizer": "^1.0.3", - "ergebnis/json-printer": "^3.1.1", + "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 5413239d..f9e0c007 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": "ee9dfde1984d78cf6bc6f34cb595fd29", + "content-hash": "b93fee1b6e39ead08663ca7b6e27cc87", "packages": [ { "name": "ergebnis/json-normalizer", @@ -78,37 +78,31 @@ }, { "name": "ergebnis/json-printer", - "version": "3.1.1", + "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/ergebnis/json-printer.git", - "reference": "e4190dadd9937a77d8afcaf2b6c42a528ab367d6" + "reference": "651cab2b7604a6b338d0d16749f5ea0851a68005" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/json-printer/zipball/e4190dadd9937a77d8afcaf2b6c42a528ab367d6", - "reference": "e4190dadd9937a77d8afcaf2b6c42a528ab367d6", + "url": "https://api.github.com/repos/ergebnis/json-printer/zipball/651cab2b7604a6b338d0d16749f5ea0851a68005", + "reference": "651cab2b7604a6b338d0d16749f5ea0851a68005", "shasum": "" }, "require": { "ext-json": "*", "ext-mbstring": "*", - "php": "^7.2 || ^8.0" + "php": "^7.4 || ^8.0" }, "require-dev": { - "ergebnis/license": "^1.0.0", - "ergebnis/php-cs-fixer-config": "^2.2.1", - "ergebnis/phpstan-rules": "~0.15.2", - "ergebnis/test-util": "^1.1.0", - "infection/infection": "~0.15.3", - "phpstan/extension-installer": "^1.0.4", - "phpstan/phpstan": "~0.12.40", - "phpstan/phpstan-deprecation-rules": "~0.12.5", - "phpstan/phpstan-phpunit": "~0.12.16", - "phpstan/phpstan-strict-rules": "~0.12.4", - "phpunit/phpunit": "^8.5.8", - "psalm/plugin-phpunit": "~0.11.0", - "vimeo/psalm": "^3.14.2" + "ergebnis/license": "^1.1.0", + "ergebnis/php-cs-fixer-config": "^3.4.0", + "fakerphp/faker": "^1.17.0", + "infection/infection": "~0.25.5", + "phpunit/phpunit": "^9.5.11", + "psalm/plugin-phpunit": "~0.16.1", + "vimeo/psalm": "^4.16.1" }, "type": "library", "autoload": { @@ -143,7 +137,7 @@ "type": "github" } ], - "time": "2020-08-30T12:17:03+00:00" + "time": "2021-12-27T12:39:13+00:00" }, { "name": "justinrainbow/json-schema", @@ -5777,5 +5771,5 @@ "platform-overrides": { "php": "7.4.26" }, - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.1.0" }