From da544da922d5a59893460c3b746555868742eae6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Dec 2024 10:54:34 +0100 Subject: update to 1.1.4 re-license spec file to CECILL-2.1 --- composer.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index f8319f9..a7a51e3 100644 --- a/composer.json +++ b/composer.json @@ -8,20 +8,18 @@ "php": "^7.1 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^9", - "phpstan/phpstan": "1.4.10 || 1.10.15", - "phpstan/phpstan-phpunit": "^1.0", + "doctrine/coding-standard": "^9 || ^12", + "phpstan/phpstan": "1.4.10 || 2.0.3", + "phpstan/phpstan-phpunit": "^1.0 || ^2", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "psalm/plugin-phpunit": "0.18.4", - "psr/log": "^1 || ^2 || ^3", - "vimeo/psalm": "4.30.0 || 5.12.0" + "psr/log": "^1 || ^2 || ^3" }, "suggest": { "psr/log": "Allows logging deprecations via PSR-3 logger implementation" }, "autoload": { "psr-4": { - "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" + "Doctrine\\Deprecations\\": "src" } }, "autoload-dev": { -- cgit