From f6878c815c8515ca43d0845a5b78b7af6f6cf460 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Oct 2022 10:50:29 +0200 Subject: update to 2.0.0 rename to php-doctrine-event-manager2 install in /usr/share/php/Doctrine/EventManager2 --- composer.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'composer.json') 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" -- cgit