diff options
author | Remi Collet <remi@remirepo.net> | 2021-06-03 13:55:50 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-06-03 13:55:50 +0200 |
commit | d52108110ae2a1ac8cb468c74d6dc87a40095149 (patch) | |
tree | 296052167870e6ef1223293722b278867ae31d1d /composer-diff.json |
duplicate v2
Diffstat (limited to 'composer-diff.json')
-rw-r--r-- | composer-diff.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/composer-diff.json b/composer-diff.json new file mode 100644 index 0000000..2c4b3ad --- /dev/null +++ b/composer-diff.json @@ -0,0 +1,41 @@ +{ + "name": "php-cs-fixer/diff", + "description": "sebastian/diff v2 backport support for PHP5.6", + "keywords": ["diff"], + "homepage": "https://github.com/PHP-CS-Fixer", + "license": "BSD-3-Clause", + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" + }, + { + "name": "SpacePossum" + } + ], + "require": { + "php": "^5.6 || ^7.0 || ^8.0" + }, + "require-dev": { + "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0", + "symfony/process": "^3.3" + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "autoload-dev": { + "psr-4": { + "PhpCsFixer\\Diff\\v1_4\\Tests\\": "tests/v1_4", + "PhpCsFixer\\Diff\\v2_0\\Tests\\": "tests/v2_0", + "PhpCsFixer\\Diff\\v3_0\\": "tests/v3_0", + "PhpCsFixer\\Diff\\GeckoPackages\\DiffOutputBuilder\\Tests\\": "tests/GeckoPackages/DiffOutputBuilder/Tests", + "PhpCsFixer\\Diff\\GeckoPackages\\DiffOutputBuilder\\Utils\\": "tests/GeckoPackages/DiffOutputBuilder/Utils" + } + } +} |