summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Component/Templating/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/Symfony/Component/Templating/composer.json')
-rw-r--r--src/Symfony/Component/Templating/composer.json13
1 files changed, 4 insertions, 9 deletions
diff --git a/src/Symfony/Component/Templating/composer.json b/src/Symfony/Component/Templating/composer.json
index f785cf1..2edc0fd 100644
--- a/src/Symfony/Component/Templating/composer.json
+++ b/src/Symfony/Component/Templating/composer.json
@@ -1,7 +1,7 @@
{
"name": "symfony/templating",
"type": "library",
- "description": "Symfony Templating Component",
+ "description": "Provides all the tools needed to build any kind of template system",
"keywords": [],
"homepage": "https://symfony.com",
"license": "MIT",
@@ -16,11 +16,11 @@
}
],
"require": {
- "php": "^7.1.3",
+ "php": ">=7.1.3",
"symfony/polyfill-ctype": "~1.8"
},
"require-dev": {
- "psr/log": "~1.0"
+ "psr/log": "^1|^2|^3"
},
"suggest": {
"psr/log-implementation": "For using debug logging in loaders"
@@ -31,10 +31,5 @@
"/Tests/"
]
},
- "minimum-stability": "dev",
- "extra": {
- "branch-alias": {
- "dev-master": "4.4-dev"
- }
- }
+ "minimum-stability": "dev"
}