diff --git a/composer.json b/composer.json index 07d8c9f50..715e42074 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": "^7.5" }, - "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 d51131509..e707095d5 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "99f5bc0b5eb1b9351ce1e863425c5bda", + "content-hash": "f0460d05acd2ab2a660492a273f482df", "packages": [ { "name": "composer/ca-bundle",