diff options
author | Remi Collet <remi@remirepo.net> | 2023-01-03 11:30:44 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-01-03 11:30:44 +0100 |
commit | 1e00a274eea879d5b2b002f05aafaf77bd770216 (patch) | |
tree | 2660c5daf64e188753ea45c18d612d8bcd68df36 /composer.json | |
parent | 9a35e5f369f5ba8a3a630edc322581627f5df4b6 (diff) |
rename to php-doctrine-instantiator2
install in /usr/share/php/Doctrine/Instantiator2
raise dependency on PHP 8.1
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/composer.json b/composer.json index fab8172..179145e 100644 --- a/composer.json +++ b/composer.json @@ -16,17 +16,17 @@ } ], "require": { - "php": "^7.1 || ^8.0" + "php": "^8.1" }, "require-dev": { "ext-phar": "*", "ext-pdo": "*", - "doctrine/coding-standard": "^9 || ^11", - "phpbench/phpbench": "^0.16 || ^1", - "phpstan/phpstan": "^1.4", - "phpstan/phpstan-phpunit": "^1", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "vimeo/psalm": "^4.30 || ^5.4" + "doctrine/coding-standard": "^11", + "phpbench/phpbench": "^1.2", + "phpstan/phpstan": "^1.9.4", + "phpstan/phpstan-phpunit": "^1.3", + "phpunit/phpunit": "^9.5.27", + "vimeo/psalm": "^5.4" }, "autoload": { "psr-4": { |