summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json17
1 files changed, 4 insertions, 13 deletions
diff --git a/composer.json b/composer.json
index 37f6eaf..7049f48 100644
--- a/composer.json
+++ b/composer.json
@@ -16,13 +16,11 @@
}
],
"require": {
- "php": ">=5.3.3",
- "ircmaxell/password-compat": "~1.0",
- "paragonie/random_compat": "~1.0|~2.0|~9.99",
+ "php": ">=7.1",
"symfony/intl": "~2.3|~3.0|~4.0|~5.0"
},
"require-dev": {
- "symfony/phpunit-bridge": "~3.2"
+ "symfony/phpunit-bridge": "^5"
},
"replace": {
"symfony/polyfill-apcu": "self.version",
@@ -53,11 +51,6 @@
"src/bootstrap.php",
"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/Php74/bootstrap.php",
@@ -74,15 +67,13 @@
"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"
+ "src/Php73/Resources/stubs"
]
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
- "dev-master": "1.18-dev"
+ "dev-main": "1.20-dev"
}
}
}