summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Component/Filesystem/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/Symfony/Component/Filesystem/composer.json')
-rw-r--r--src/Symfony/Component/Filesystem/composer.json14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/Symfony/Component/Filesystem/composer.json b/src/Symfony/Component/Filesystem/composer.json
index 9e0373d..c943180 100644
--- a/src/Symfony/Component/Filesystem/composer.json
+++ b/src/Symfony/Component/Filesystem/composer.json
@@ -1,7 +1,7 @@
{
"name": "symfony/filesystem",
"type": "library",
- "description": "Symfony Filesystem Component",
+ "description": "Provides basic utilities for the filesystem",
"keywords": [],
"homepage": "https://symfony.com",
"license": "MIT",
@@ -16,8 +16,9 @@
}
],
"require": {
- "php": "^7.1.3",
- "symfony/polyfill-ctype": "~1.8"
+ "php": ">=7.1.3",
+ "symfony/polyfill-ctype": "~1.8",
+ "symfony/polyfill-php80": "^1.16"
},
"autoload": {
"psr-4": { "Symfony\\Component\\Filesystem\\": "" },
@@ -25,10 +26,5 @@
"/Tests/"
]
},
- "minimum-stability": "dev",
- "extra": {
- "branch-alias": {
- "dev-master": "4.4-dev"
- }
- }
+ "minimum-stability": "dev"
}