From 2825ce4ef4ff9178702b8c3561fb99d295f7ac62 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 30 Sep 2022 12:22:10 +0200 Subject: update to 2.0.0 rename to php-doctrine-collections2 install in /usr/share/php/Doctrine/Common/Collections2 raise dependency on PHP 8.1 --- composer.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index d9422dd..209e0e6 100644 --- a/composer.json +++ b/composer.json @@ -33,13 +33,15 @@ ], "homepage": "https://www.doctrine-project.org/projects/collections.html", "require": { - "php": "^7.1.3 || ^8.0", - "doctrine/deprecations": "^0.5.3 || ^1" + "php": "^8.1", + "doctrine/deprecations": "^1" }, "require-dev": { - "doctrine/coding-standard": "^9.0 || ^10.0", - "phpstan/phpstan": "^1.4.8", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5", + "ext-json": "*", + "doctrine/coding-standard": "^10.0", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-phpunit": "^1.0", + "phpunit/phpunit": "^9.5", "vimeo/psalm": "^4.22" }, "autoload": { -- cgit