summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Component/Debug/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/Symfony/Component/Debug/composer.json')
-rw-r--r--src/Symfony/Component/Debug/composer.json13
1 files changed, 4 insertions, 9 deletions
diff --git a/src/Symfony/Component/Debug/composer.json b/src/Symfony/Component/Debug/composer.json
index 96fe201..01e8f78 100644
--- a/src/Symfony/Component/Debug/composer.json
+++ b/src/Symfony/Component/Debug/composer.json
@@ -1,7 +1,7 @@
{
"name": "symfony/debug",
"type": "library",
- "description": "Symfony Debug Component",
+ "description": "Provides tools to ease debugging PHP code",
"keywords": [],
"homepage": "https://symfony.com",
"license": "MIT",
@@ -16,8 +16,8 @@
}
],
"require": {
- "php": "^7.1.3",
- "psr/log": "~1.0"
+ "php": ">=7.1.3",
+ "psr/log": "^1|^2|^3"
},
"conflict": {
"symfony/http-kernel": "<3.4"
@@ -31,10 +31,5 @@
"/Tests/"
]
},
- "minimum-stability": "dev",
- "extra": {
- "branch-alias": {
- "dev-master": "4.4-dev"
- }
- }
+ "minimum-stability": "dev"
}