From 998385f682df95e19a7bfd19b00142dbcb53d7f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Fri, 10 May 2019 18:32:15 +0200 Subject: [PATCH] Enhancement: Require localheinz/composer-normalize as development dependency --- composer.json | 1 + composer.lock | 287 +++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 287 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8e77f21..09818dc 100644 --- a/composer.json +++ b/composer.json @@ -14,6 +14,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "~2.15.0", + "localheinz/composer-normalize": "^1.1.3", "phpspec/prophecy": "^1.7", "phpunit/phpunit": "^6.0||^7.0" }, diff --git a/composer.lock b/composer.lock index f73edd8..3fce6fa 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": "2332eb287476e41a0ae287033d7949c3", + "content-hash": "99a7f1018e09c778367a55a8178d6f2f", "packages": [ { "name": "composer/xdebug-handler", @@ -1353,6 +1353,291 @@ "description": "A tool to automatically fix PHP code style", "time": "2019-05-06T07:13:51+00:00" }, + { + "name": "justinrainbow/json-schema", + "version": "5.2.8", + "source": { + "type": "git", + "url": "https://github.com/justinrainbow/json-schema.git", + "reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/dcb6e1006bb5fd1e392b4daa68932880f37550d4", + "reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "~2.2.20", + "json-schema/json-schema-test-suite": "1.2.0", + "phpunit/phpunit": "^4.8.35" + }, + "bin": [ + "bin/validate-json" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "JsonSchema\\": "src/JsonSchema/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bruno Prieto Reis", + "email": "bruno.p.reis@gmail.com" + }, + { + "name": "Justin Rainbow", + "email": "justin.rainbow@gmail.com" + }, + { + "name": "Igor Wiedler", + "email": "igor@wiedler.ch" + }, + { + "name": "Robert Schönthal", + "email": "seroscho@googlemail.com" + } + ], + "description": "A library to validate a json schema.", + "homepage": "https://github.com/justinrainbow/json-schema", + "keywords": [ + "json", + "schema" + ], + "time": "2019-01-14T23:55:14+00:00" + }, + { + "name": "localheinz/composer-json-normalizer", + "version": "1.0.2", + "source": { + "type": "git", + "url": "https://github.com/localheinz/composer-json-normalizer.git", + "reference": "bc9f574026fe86828df6ab32a4c8a3118cbd9ac2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/localheinz/composer-json-normalizer/zipball/bc9f574026fe86828df6ab32a4c8a3118cbd9ac2", + "reference": "bc9f574026fe86828df6ab32a4c8a3118cbd9ac2", + "shasum": "" + }, + "require": { + "localheinz/json-normalizer": "~0.9.0", + "php": "^7.1" + }, + "require-dev": { + "infection/infection": "~0.11.4", + "localheinz/php-cs-fixer-config": "~1.19.0", + "localheinz/phpstan-rules": "~0.5.0", + "localheinz/test-util": "~0.7.0", + "phpstan/phpstan": "~0.10.7", + "phpstan/phpstan-deprecation-rules": "~0.10.2", + "phpstan/phpstan-strict-rules": "~0.10.1", + "phpunit/phpunit": "^7.5.1" + }, + "type": "library", + "autoload": { + "psr-4": { + "Localheinz\\Composer\\Json\\Normalizer\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Andreas Möller", + "email": "am@localheinz.com" + } + ], + "description": "Provides normalizers for normalizing composer.json.", + "homepage": "https://github.com/localheinz/composer-json-normalizer", + "keywords": [ + "composer", + "json", + "normalizer" + ], + "time": "2019-01-09T14:43:16+00:00" + }, + { + "name": "localheinz/composer-normalize", + "version": "1.1.3", + "source": { + "type": "git", + "url": "https://github.com/localheinz/composer-normalize.git", + "reference": "a69d1e8c29c12d7c7d47151ebc58fe96e4301e7a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/localheinz/composer-normalize/zipball/a69d1e8c29c12d7c7d47151ebc58fe96e4301e7a", + "reference": "a69d1e8c29c12d7c7d47151ebc58fe96e4301e7a", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.1.0", + "localheinz/composer-json-normalizer": "^1.0.2", + "localheinz/json-normalizer": "~0.9.0", + "php": "^7.1", + "sebastian/diff": "^2.0.1 || ^3.0.0" + }, + "require-dev": { + "composer/composer": "^1.7.0", + "jangregor/phpstan-prophecy": "~0.3.0", + "localheinz/php-cs-fixer-config": "~1.19.0", + "localheinz/phpstan-rules": "~0.7.1", + "localheinz/test-util": "~0.7.0", + "phpstan/phpstan": "~0.11.0", + "phpstan/phpstan-deprecation-rules": "~0.11.0", + "phpstan/phpstan-strict-rules": "~0.11.0", + "phpunit/phpunit": "^6.5.13 || ^7.5.2", + "symfony/filesystem": "^4.2.1" + }, + "type": "composer-plugin", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + }, + "class": "Localheinz\\Composer\\Normalize\\NormalizePlugin" + }, + "autoload": { + "psr-4": { + "Localheinz\\Composer\\Normalize\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Andreas Möller", + "email": "am@localheinz.com" + } + ], + "description": "Provides a composer plugin for normalizing composer.json.", + "homepage": "https://github.com/localheinz/composer-normalize", + "keywords": [ + "composer", + "normalize", + "normalizer", + "plugin" + ], + "time": "2019-03-13T14:42:11+00:00" + }, + { + "name": "localheinz/json-normalizer", + "version": "0.9.0", + "source": { + "type": "git", + "url": "https://github.com/localheinz/json-normalizer.git", + "reference": "28eeda6f1f0daa3c9c28ad0651d95478fe1a5059" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/localheinz/json-normalizer/zipball/28eeda6f1f0daa3c9c28ad0651d95478fe1a5059", + "reference": "28eeda6f1f0daa3c9c28ad0651d95478fe1a5059", + "shasum": "" + }, + "require": { + "ext-json": "*", + "justinrainbow/json-schema": "^4.0.0 || ^5.0.0", + "localheinz/json-printer": "^2.0.1", + "php": "^7.1" + }, + "require-dev": { + "infection/infection": "~0.10.5", + "localheinz/php-cs-fixer-config": "~1.15.0", + "localheinz/test-util": "~0.7.0", + "phpbench/phpbench": "~0.14.0", + "phpstan/phpstan": "~0.10.3", + "phpunit/phpunit": "^7.4.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Localheinz\\Json\\Normalizer\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Andreas Möller", + "email": "am@localheinz.com" + } + ], + "description": "Provides normalizers for normalizing JSON documents.", + "homepage": "https://github.com/localheinz/json-normalizer", + "keywords": [ + "json", + "normalizer" + ], + "time": "2018-10-07T17:36:39+00:00" + }, + { + "name": "localheinz/json-printer", + "version": "2.0.1", + "source": { + "type": "git", + "url": "https://github.com/localheinz/json-printer.git", + "reference": "86f942599c8f9f922de4e21c2b9b6564c895cb0c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/localheinz/json-printer/zipball/86f942599c8f9f922de4e21c2b9b6564c895cb0c", + "reference": "86f942599c8f9f922de4e21c2b9b6564c895cb0c", + "shasum": "" + }, + "require": { + "php": "^7.0" + }, + "require-dev": { + "infection/infection": "~0.8.1", + "localheinz/php-cs-fixer-config": "~1.14.0", + "localheinz/test-util": "0.6.1", + "phpbench/phpbench": "~0.14.0", + "phpunit/phpunit": "^6.5.7" + }, + "type": "library", + "autoload": { + "psr-4": { + "Localheinz\\Json\\Printer\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Andreas Möller", + "email": "am@localheinz.com" + } + ], + "description": "Provides a JSON printer, allowing for flexible indentation.", + "homepage": "https://github.com/localheinz/json-printer", + "keywords": [ + "formatter", + "json", + "printer" + ], + "time": "2018-08-11T23:54:50+00:00" + }, { "name": "myclabs/deep-copy", "version": "1.8.1",