summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-01-03 10:32:15 +0100
committerRemi Collet <remi@remirepo.net>2020-01-03 10:32:15 +0100
commitb58d86f41a42c6985ad8a73559ab870c20368ec4 (patch)
treee2e39020b532825424b409b600dfa818aa5f2114 /composer.json
parent6d31030485c49a08cdbe3f9c9bf690ec238bdf9c (diff)
v3.0.1
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index e2a092a..cc7da8e 100644
--- a/composer.json
+++ b/composer.json
@@ -14,7 +14,6 @@
},
{
"name": "Twig Team",
- "homepage": "https://twig.symfony.com/contributors",
"role": "Contributors"
},
{
@@ -24,13 +23,12 @@
}
],
"require": {
- "php": "^7.2.9",
+ "php": "^7.2.5",
"symfony/polyfill-mbstring": "^1.3",
"symfony/polyfill-ctype": "^1.8"
},
"require-dev": {
- "symfony/phpunit-bridge": "^4.4@dev|^5.0",
- "symfony/debug": "^3.4|^4.2|^5.0",
+ "symfony/phpunit-bridge": "^4.4|^5.0",
"psr/container": "^1.0"
},
"autoload": {