summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json19
1 files changed, 7 insertions, 12 deletions
diff --git a/composer.json b/composer.json
index 7049f48..f978b04 100644
--- a/composer.json
+++ b/composer.json
@@ -16,24 +16,21 @@
}
],
"require": {
- "php": ">=7.1",
- "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
+ "php": ">=7.1"
},
"require-dev": {
- "symfony/phpunit-bridge": "^5"
+ "symfony/intl": "^4.4|^5.0",
+ "symfony/phpunit-bridge": "^5.3",
+ "symfony/var-dumper": "^4.4|^5.1"
},
"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-php74": "self.version",
"symfony/polyfill-php80": "self.version",
+ "symfony/polyfill-php81": "self.version",
"symfony/polyfill-iconv": "self.version",
"symfony/polyfill-intl-grapheme": "self.version",
"symfony/polyfill-intl-icu": "self.version",
@@ -51,9 +48,6 @@
"src/bootstrap.php",
"src/Apcu/bootstrap.php",
"src/Ctype/bootstrap.php",
- "src/Php72/bootstrap.php",
- "src/Php73/bootstrap.php",
- "src/Php74/bootstrap.php",
"src/Uuid/bootstrap.php",
"src/Iconv/bootstrap.php",
"src/Intl/Grapheme/bootstrap.php",
@@ -64,6 +58,7 @@
"src/Mbstring/bootstrap.php"
],
"classmap": [
+ "src/Intl/Icu/Resources/stubs",
"src/Intl/MessageFormatter/Resources/stubs",
"src/Intl/Normalizer/Resources/stubs",
"src/Php80/Resources/stubs",
@@ -73,7 +68,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
- "dev-main": "1.20-dev"
+ "dev-main": "1.22-dev"
}
}
}