From 3f1aa9fe0621a3469b5cb2fe6e0814ee444c1483 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Oct 2020 09:59:32 +0100 Subject: update to 1.20.0 raise dependency on PHP 7.1 switch to phpunit9 --- composer.json | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 37f6eaf..7049f48 100644 --- a/composer.json +++ b/composer.json @@ -16,13 +16,11 @@ } ], "require": { - "php": ">=5.3.3", - "ircmaxell/password-compat": "~1.0", - "paragonie/random_compat": "~1.0|~2.0|~9.99", + "php": ">=7.1", "symfony/intl": "~2.3|~3.0|~4.0|~5.0" }, "require-dev": { - "symfony/phpunit-bridge": "~3.2" + "symfony/phpunit-bridge": "^5" }, "replace": { "symfony/polyfill-apcu": "self.version", @@ -53,11 +51,6 @@ "src/bootstrap.php", "src/Apcu/bootstrap.php", "src/Ctype/bootstrap.php", - "src/Php54/bootstrap.php", - "src/Php55/bootstrap.php", - "src/Php56/bootstrap.php", - "src/Php70/bootstrap.php", - "src/Php71/bootstrap.php", "src/Php72/bootstrap.php", "src/Php73/bootstrap.php", "src/Php74/bootstrap.php", @@ -74,15 +67,13 @@ "src/Intl/MessageFormatter/Resources/stubs", "src/Intl/Normalizer/Resources/stubs", "src/Php80/Resources/stubs", - "src/Php73/Resources/stubs", - "src/Php70/Resources/stubs", - "src/Php54/Resources/stubs" + "src/Php73/Resources/stubs" ] }, "minimum-stability": "dev", "extra": { "branch-alias": { - "dev-master": "1.18-dev" + "dev-main": "1.20-dev" } } } -- cgit