summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-09-30 12:22:10 +0200
committerRemi Collet <remi@php.net>2022-09-30 12:22:10 +0200
commit2825ce4ef4ff9178702b8c3561fb99d295f7ac62 (patch)
treed5f3a0c04ec5334b8d511539ffb6fd827940f38e /composer.json
parent4ee777c353973f38cb1fb69742b83f1b4f107bed (diff)
update to 2.0.0
rename to php-doctrine-collections2 install in /usr/share/php/Doctrine/Common/Collections2 raise dependency on PHP 8.1
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json12
1 files changed, 7 insertions, 5 deletions
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": {