From b58d86f41a42c6985ad8a73559ab870c20368ec4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 3 Jan 2020 10:32:15 +0100 Subject: v3.0.1 --- composer.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'composer.json') 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": { -- cgit