summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-02-17 11:18:56 +0100
committerRemi Collet <remi@remirepo.net>2020-02-17 11:18:56 +0100
commit67cf7c698f5d7eac897f97265923776cd3bc8138 (patch)
treed4adcf741e1a61b38dbc5a79f59b581e6232b6ec /composer.json
parent9fbfba86030e7ae56c125269048b7b92a745240d (diff)
update to 1.14.0
provides symfony/polyfill-php80
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 4 insertions, 1 deletions
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"
}
}
}