diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-09 08:51:40 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-09 08:51:40 +0200 |
commit | 98dc7776b3164973ff988565c5525008bb181a8a (patch) | |
tree | 67a89571d22e7a26136b76c475617a3176d4990c /composer.json | |
parent | 25702d8c2e195062ca8daa077771b842bb997a9e (diff) |
update to 1.7.2
switch to classmap autoloader
add dependency on doctrine/deprecations
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 4409f10..d9422dd 100644 --- a/composer.json +++ b/composer.json @@ -33,10 +33,11 @@ ], "homepage": "https://www.doctrine-project.org/projects/collections.html", "require": { - "php": "^7.1.3 || ^8.0" + "php": "^7.1.3 || ^8.0", + "doctrine/deprecations": "^0.5.3 || ^1" }, "require-dev": { - "doctrine/coding-standard": "^9.0", + "doctrine/coding-standard": "^9.0 || ^10.0", "phpstan/phpstan": "^1.4.8", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5", "vimeo/psalm": "^4.22" |