From 948f212e09a9dc22f170eb4763dd021d52ecdf90 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Feb 2018 10:46:05 +0100 Subject: Update to 2.10.2 use range dependencies on F27+ --- composer.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'composer.json') 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"] } -- cgit