summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-02-06 10:46:05 +0100
committerRemi Collet <remi@remirepo.net>2018-02-06 10:46:05 +0100
commit948f212e09a9dc22f170eb4763dd021d52ecdf90 (patch)
tree5d982b64850e7484714aaf020c7606c0299994c3 /composer.json
parent2b69adee4377e19eeb490ea1c018a950daea7102 (diff)
Update to 2.10.2
use range dependencies on F27+
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json10
1 files changed, 4 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index 7a14aa6..e390c12 100644
--- a/composer.json
+++ b/composer.json
@@ -57,20 +57,18 @@
"psr-4": { "PhpCsFixer\\": "src/" },
"classmap": [
"tests/Test/AbstractFixerTestCase.php",
+ "tests/Test/AbstractIntegrationCaseFactory.php",
"tests/Test/AbstractIntegrationTestCase.php",
"tests/Test/Assert/AssertTokensTrait.php",
"tests/Test/IntegrationCase.php",
"tests/Test/IntegrationCaseFactory.php",
+ "tests/Test/IntegrationCaseFactoryInterface.php",
+ "tests/Test/InternalIntegrationCaseFactory.php",
"tests/TestCase.php"
]
},
"autoload-dev": {
"psr-4": { "PhpCsFixer\\Tests\\": "tests/" }
},
- "bin": ["php-cs-fixer"],
- "extra": {
- "branch-alias": {
- "dev-master": "2.10-dev"
- }
- }
+ "bin": ["php-cs-fixer"]
}