From 828cbb8bd0eb51ada46953cae96651e4906423ce Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Mar 2022 15:04:11 +0100 Subject: update to 3.0.0 rename to php-sebastian-type3 install to /usr/share/php/SebastianBergmann/Type3 --- composer.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index b02d8e9..10b32cd 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "php": ">=7.3" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^9.5" }, "config": { "platform": { @@ -38,12 +38,13 @@ "tests/_fixture" ], "files": [ - "tests/_fixture/callback_function.php" + "tests/_fixture/callback_function.php", + "tests/_fixture/functions_that_declare_return_types.php" ] }, "extra": { "branch-alias": { - "dev-master": "2.3-dev" + "dev-master": "3.0-dev" } } } -- cgit