From 84898d9f3746a3940e679399c3941cd0b4f50eec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 12 Feb 2019 22:11:10 +0100 Subject: [PATCH] Enhancement: Normalize composer.json --- composer.json | 75 +++++++++++++++++++++++++++++---------------------- composer.lock | 4 +-- 2 files changed, 45 insertions(+), 34 deletions(-) diff --git a/composer.json b/composer.json index 5aa092fee3..1f558a6dc1 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,16 @@ { "name": "infection/infection", - "description": "Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.", - "keywords": ["mutation testing", "mutation framework", "testing", "coverage", "unit testing", "mutant"], "type": "library", + "description": "Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.", + "keywords": [ + "mutation testing", + "mutation framework", + "testing", + "coverage", + "unit testing", + "mutant" + ], "license": "BSD-3-Clause", - "support": { - "issues": "https://github.com/infection/infection/issues" - }, "authors": [ { "name": "Maks Rafalko", @@ -32,31 +36,6 @@ "homepage": "https://www.alexeykopytko.com" } ], - "autoload": { - "psr-4": { - "Infection\\": "src/" - } - }, - "autoload-dev": { - "psr-4": { - "Infection\\Tests\\": "tests/" - }, - "files": [ - "tests/Helpers.php", - "tests/Fixtures/Autoloaded/Reflection/rv-inside-function.php" - ], - "classmap": ["tests/Fixtures/Autoloaded"] - }, - "config": { - "platform": { - "php": "7.1.3" - }, - "sort-packages": true - }, - "conflict": { - "symfony/console": "=3.4.16 || =4.1.5", - "symfony/process": "3.4.2" - }, "require": { "php": "^7.1.3", "ext-dom": "*", @@ -72,12 +51,44 @@ "symfony/console": "^3.4 || ^4.0", "symfony/filesystem": "^3.4 || ^4.0", "symfony/finder": "^3.4 || ^4.0", - "symfony/process": "^3.4|| ^4.0", + "symfony/process": "^3.4 || ^4.0", "symfony/yaml": "^3.4 || ^4.0", "webmozart/assert": "^1.3" }, + "conflict": { + "symfony/console": "=3.4.16 || =4.1.5", + "symfony/process": "3.4.2" + }, "require-dev": { "phpunit/phpunit": "^6.2" }, - "bin": ["bin/infection"] + "config": { + "platform": { + "php": "7.1.3" + }, + "sort-packages": true + }, + "autoload": { + "psr-4": { + "Infection\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "Infection\\Tests\\": "tests/" + }, + "classmap": [ + "tests/Fixtures/Autoloaded" + ], + "files": [ + "tests/Helpers.php", + "tests/Fixtures/Autoloaded/Reflection/rv-inside-function.php" + ] + }, + "bin": [ + "bin/infection" + ], + "support": { + "issues": "https://github.com/infection/infection/issues" + } } diff --git a/composer.lock b/composer.lock index f54f983470..650136e029 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": "f383525345ab9a6483739e1d7be4e750", + "content-hash": "a7bc9bab8854d81b5af7fa0f2e540ff1", "packages": [ { "name": "composer/ca-bundle", @@ -104,7 +104,7 @@ "Xdebug", "performance" ], - "time": "2018-08-31T19:07:57+00:00" + "time": "2018-08-31T19:20:00+00:00" }, { "name": "justinrainbow/json-schema",