summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-05-04 10:58:06 +0200
committerRemi Collet <remi@remirepo.net>2018-05-04 10:58:06 +0200
commitcba04971202bfe9529930f289f4a6e567e56a111 (patch)
treebd67b7cae773cdc3194d8ce4cfe0a3270aa71b39 /composer.json
parentef960f465781a7124196bc55dea4156593048314 (diff)
update to 1.8.0
add symfony/polyfill-php73 use range dependencies
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 5 insertions, 1 deletions
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"
}
}
}