From cba04971202bfe9529930f289f4a6e567e56a111 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 May 2018 10:58:06 +0200 Subject: update to 1.8.0 add symfony/polyfill-php73 use range dependencies --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 9888e38..cff8bcd 100644 --- a/composer.json +++ b/composer.json @@ -26,12 +26,14 @@ }, "replace": { "symfony/polyfill-apcu": "self.version", + "symfony/polyfill-ctype": "self.version", "symfony/polyfill-php54": "self.version", "symfony/polyfill-php55": "self.version", "symfony/polyfill-php56": "self.version", "symfony/polyfill-php70": "self.version", "symfony/polyfill-php71": "self.version", "symfony/polyfill-php72": "self.version", + "symfony/polyfill-php73": "self.version", "symfony/polyfill-iconv": "self.version", "symfony/polyfill-intl-grapheme": "self.version", "symfony/polyfill-intl-icu": "self.version", @@ -44,12 +46,14 @@ "psr-4": { "Symfony\\Polyfill\\": "src/" }, "files": [ "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/Iconv/bootstrap.php", "src/Intl/Grapheme/bootstrap.php", "src/Intl/Icu/bootstrap.php", @@ -65,7 +69,7 @@ "minimum-stability": "dev", "extra": { "branch-alias": { - "dev-master": "1.7-dev" + "dev-master": "1.8-dev" } } } -- cgit