From b6438a629e6e1aa7384833371fc7586971e6c872 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Oct 2022 11:00:12 +0200 Subject: update to 3.0.4 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 3e7653f..3dbf70e 100644 --- a/composer.json +++ b/composer.json @@ -21,20 +21,20 @@ ], "require": { "php": "^7.2 || ^8.0", - "doctrine/event-manager": "^1.0", + "doctrine/event-manager": "^1 || ^2", "psr/cache": "^1.0 || ^2.0 || ^3.0" }, "require-dev": { "composer/package-versions-deprecated": "^1.11", - "phpstan/phpstan": "1.5.0", + "phpstan/phpstan": "1.8.8", "phpstan/phpstan-phpunit": "^1", "phpstan/phpstan-strict-rules": "^1.1", "doctrine/annotations": "^1.7", - "doctrine/coding-standard": "^9.0", + "doctrine/coding-standard": "^10", "doctrine/common": "^3.0", "phpunit/phpunit": "^8.5 || ^9.5", "symfony/cache": "^4.4 || ^5.4 || ^6.0", - "vimeo/psalm": "4.22.0" + "vimeo/psalm": "4.29.0" }, "conflict": { "doctrine/annotations": "<1.7 || >=2.0", -- cgit