summaryrefslogtreecommitdiffstats
path: root/src/Php71
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-10-26 09:59:32 +0100
committerRemi Collet <remi@remirepo.net>2020-10-26 09:59:32 +0100
commit3f1aa9fe0621a3469b5cb2fe6e0814ee444c1483 (patch)
treed63167016bcc31747ff5ce77cf7ed01ce46d39f9 /src/Php71
parent904725b5a81c7308a5f1f503603fb01e94ecfcad (diff)
update to 1.20.0
raise dependency on PHP 7.1 switch to phpunit9
Diffstat (limited to 'src/Php71')
-rw-r--r--src/Php71/composer.json10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/Php71/composer.json b/src/Php71/composer.json
index 535e843..e92a9d8 100644
--- a/src/Php71/composer.json
+++ b/src/Php71/composer.json
@@ -1,6 +1,6 @@
{
"name": "symfony/polyfill-php71",
- "type": "library",
+ "type": "metapackage",
"description": "Symfony polyfill backporting some PHP 7.1+ features to lower PHP versions",
"keywords": ["polyfill", "shim", "compatibility", "portable"],
"homepage": "https://symfony.com",
@@ -16,16 +16,12 @@
}
],
"require": {
- "php": ">=5.3.3"
- },
- "autoload": {
- "psr-4": { "Symfony\\Polyfill\\Php71\\": "" },
- "files": [ "bootstrap.php" ]
+ "php": ">=7.1"
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
- "dev-master": "1.18-dev"
+ "dev-main": "1.20-dev"
},
"thanks": {
"name": "symfony/polyfill",