diff options
author | Remi Collet <remi@remirepo.net> | 2024-12-09 10:54:34 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-12-09 10:54:34 +0100 |
commit | da544da922d5a59893460c3b746555868742eae6 (patch) | |
tree | 57a34427832340bda94a5485578b075954cc1b8a /composer.json | |
parent | 0dce7aa8b1ea3db629227b31c3e6dadc9bf41572 (diff) |
re-license spec file to CECILL-2.1
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 12 |
1 files changed, 5 insertions, 7 deletions
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": { |