diff options
author | Remi Collet <remi@remirepo.net> | 2024-02-05 11:00:02 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-02-05 11:00:02 +0100 |
commit | 5235c3e745ae72d74084903af7a5766a6214ab1f (patch) | |
tree | a1a5331c1a7bbf7adaf26e89dce1f7cf7a9fff6e /composer.json | |
parent | f0312c8f57f96e33643754357bf9006028edfffc (diff) |
update to 4.0.0
raise dependency on PHP 8.2
rename to php-sebastian-object-reflector4
move to /usr/share/php/SebastianBergmann/ObjectReflector4
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/composer.json b/composer.json index c9dcad0..2f3a06f 100644 --- a/composer.json +++ b/composer.json @@ -9,19 +9,23 @@ "email": "sebastian@phpunit.de" } ], + "support": { + "issues": "https://github.com/sebastianbergmann/object-reflector/issues", + "security": "https://github.com/sebastianbergmann/object-reflector/security/policy" + }, "prefer-stable": true, "config": { "platform": { - "php": "8.1.0" + "php": "8.2.0" }, "optimize-autoloader": true, "sort-packages": true }, "require": { - "php": ">=8.1" + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^10.0" + "phpunit/phpunit": "^11.0" }, "autoload": { "classmap": [ @@ -35,7 +39,7 @@ }, "extra": { "branch-alias": { - "dev-main": "3.0-dev" + "dev-main": "4.0-dev" } } } |