From 7566fe47faa2234c2986e82f08db170a6850eefa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 May 2020 08:16:11 +0200 Subject: update to 1.6.5 --- composer.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 828a7d2..f0b6a4a 100644 --- a/composer.json +++ b/composer.json @@ -18,13 +18,13 @@ {"name": "Johannes Schmitt", "email": "schmittjoh@gmail.com"} ], "require": { - "php": "^7.1.3" + "php": "^7.1.3 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^7.0", "doctrine/coding-standard": "^6.0", "phpstan/phpstan-shim": "^0.9.2", - "vimeo/psalm": "^3.2.2" + "vimeo/psalm": "^3.8.1" }, "autoload": { "psr-4": { "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" } @@ -33,10 +33,5 @@ "psr-4": { "Doctrine\\Tests\\": "tests/Doctrine/Tests" } - }, - "extra": { - "branch-alias": { - "dev-master": "1.6.x-dev" - } } } -- cgit