From 1852f4845439c78047056358b46cf28c1f836d1b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 11 Aug 2020 15:29:56 +0200 Subject: update to 1.3.8 switch to phpunit9 --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index d750c30..c7c79f2 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ {"name": "Marco Pivetta", "email": "ocramius@gmail.com"} ], "require": { - "php": "^7.1", + "php": "^7.1 || ^8.0", "doctrine/annotations": "^1.0", "doctrine/cache": "^1.0", "doctrine/collections": "^1.0", @@ -30,7 +30,8 @@ "require-dev": { "phpstan/phpstan": "^0.11", "doctrine/coding-standard": "^6.0", - "phpunit/phpunit": "^7.0" + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", + "vimeo/psalm": "^3.11" }, "conflict": { "doctrine/common": "<2.10@dev" -- cgit