From 934c24bba5d9a75fe5ce69e2c83a070ab2c72e00 Mon Sep 17 00:00:00 2001 From: Khoubza Younes Date: Sun, 6 Dec 2020 21:40:28 +0100 Subject: [PATCH] fix github workflow --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0fcd8564..1150a7aa 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,8 @@ "symfony/yaml": "^2.7|^3.0|^4.0|^5.0" }, "require-dev": { - "twig/twig": "^1.34|^2.0|^3.0" + "twig/twig": "^1.34|^2.0|^3.0", + "phpunit/phpunit": "^4.8|^5.0|^6.0|^7.0|^8.0|^9.0" }, "suggest": { "twig/twig": "Twig support for Htmlpresenter"