From 92d11db92fcacc7fd51da0f89b6196966fcda82d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Feb 2021 12:15:24 +0100 Subject: update to 1.12.1 --- composer.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'composer.json') 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" - } } } -- cgit