diff options
author | Remi Collet <remi@remirepo.net> | 2018-01-11 07:39:46 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-01-11 07:39:46 +0100 |
commit | ad5a27db70a0a16c3071c372c4533e6f016f53b8 (patch) | |
tree | 3911e99923d712a4ac5cfc2432c992e37e3a7ee1 /composer.json | |
parent | b7988b3e58d88649d8018d6e4d75d1a5b4ebb0ca (diff) |
v2.2.14
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 178282c..5559af2 100644 --- a/composer.json +++ b/composer.json @@ -36,6 +36,7 @@ "require-dev": { "johnkary/phpunit-speedtrap": "^1.0.1", "justinrainbow/json-schema": "^5.0", + "keradus/cli-executor": "^1.0", "mikey179/vfsStream": "^1.6", "php-coveralls/php-coveralls": "^1.0.2", "phpunit/phpunit": "^4.8.35 || ^5.4.3", @@ -55,6 +56,7 @@ "autoload": { "psr-4": { "PhpCsFixer\\": "src/" }, "classmap": [ + "tests/TestCase.php", "tests/Test/AbstractFixerTestCase.php", "tests/Test/AbstractIntegrationTestCase.php", "tests/Test/IntegrationCase.php", |