From 67cf7c698f5d7eac897f97265923776cd3bc8138 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 17 Feb 2020 11:18:56 +0100 Subject: update to 1.14.0 provides symfony/polyfill-php80 --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 09a635c..20f7ded 100644 --- a/composer.json +++ b/composer.json @@ -35,6 +35,7 @@ "symfony/polyfill-php72": "self.version", "symfony/polyfill-php73": "self.version", "symfony/polyfill-php74": "self.version", + "symfony/polyfill-php80": "self.version", "symfony/polyfill-iconv": "self.version", "symfony/polyfill-intl-grapheme": "self.version", "symfony/polyfill-intl-icu": "self.version", @@ -59,6 +60,7 @@ "src/Php72/bootstrap.php", "src/Php73/bootstrap.php", "src/Php74/bootstrap.php", + "src/Php80/bootstrap.php", "src/Uuid/bootstrap.php", "src/Iconv/bootstrap.php", "src/Intl/Grapheme/bootstrap.php", @@ -71,6 +73,7 @@ "classmap": [ "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" @@ -79,7 +82,7 @@ "minimum-stability": "dev", "extra": { "branch-alias": { - "dev-master": "1.13-dev" + "dev-master": "1.14-dev" } } } -- cgit