diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 2f3318a..e14ce93 100644 --- a/composer.json +++ b/composer.json @@ -35,12 +35,8 @@ "Doctrine\\Tests\\Common\\Annotations\\": "tests/Doctrine/Tests/Common/Annotations" }, "files": [ + "tests/Doctrine/Tests/Common/Annotations/Fixtures/functions.php", "tests/Doctrine/Tests/Common/Annotations/Fixtures/SingleClassLOC1000.php" ] - }, - "extra": { - "branch-alias": { - "dev-master": "1.11.x-dev" - } } } |