summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
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"
}
}
}