From 99d3813e32a9c765e7cb86bf0492b2583d2f6147 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 Feb 2024 10:13:42 +0100 Subject: update to 3.0.0 raise dependency on PHP 8.2 rename to php-sebastian-cli-parser2 move to /usr/share/php/SebastianBergmann/CliParser3 --- composer.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index f33a196..efb0df1 100644 --- a/composer.json +++ b/composer.json @@ -12,18 +12,19 @@ } ], "support": { - "issues": "https://github.com/sebastianbergmann/cli-parser/issues" + "issues": "https://github.com/sebastianbergmann/cli-parser/issues", + "security": "https://github.com/sebastianbergmann/cli-parser/security/policy" }, "prefer-stable": true, "require": { - "php": ">=8.1" + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^10.0" + "phpunit/phpunit": "^11.0" }, "config": { "platform": { - "php": "8.1.0" + "php": "8.2.0" }, "optimize-autoloader": true, "sort-packages": true @@ -35,7 +36,7 @@ }, "extra": { "branch-alias": { - "dev-main": "2.0-dev" + "dev-main": "3.0-dev" } } } -- cgit