diff options
author | Remi Collet <remi@remirepo.net> | 2022-10-13 10:50:29 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-10-13 10:50:29 +0200 |
commit | f6878c815c8515ca43d0845a5b78b7af6f6cf460 (patch) | |
tree | 920e887ff83239aa23322b9b4d28d338154d3159 /composer.json | |
parent | b989cfebc0171b3688fba8f1d739b2d4cd8d5e3b (diff) |
rename to php-doctrine-event-manager2
install in /usr/share/php/Doctrine/EventManager2
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/composer.json b/composer.json index deeb7e0..756e93d 100644 --- a/composer.json +++ b/composer.json @@ -38,14 +38,13 @@ ], "homepage": "https://www.doctrine-project.org/projects/event-manager.html", "require": { - "php": "^7.1 || ^8.0", - "doctrine/deprecations": "^0.5.3 || ^1" + "php": "^8.1" }, "require-dev": { - "doctrine/coding-standard": "^9 || ^10", - "phpstan/phpstan": "~1.4.10 || ^1.8.8", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "vimeo/psalm": "^4.24" + "doctrine/coding-standard": "^10", + "phpstan/phpstan": "^1.8.8", + "phpunit/phpunit": "^9.5", + "vimeo/psalm": "^4.28" }, "conflict": { "doctrine/common": "<2.9" |