From 437b9f2c04e6908222387e5e9fffa2c1a7a64646 Mon Sep 17 00:00:00 2001 From: Tristan Maindron Date: Fri, 14 Jun 2019 11:36:13 +0200 Subject: [PATCH] Switch to the new twigcs library --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f4709deb7..94dca976e 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "symfony/http-kernel": "^3.4|^4.0" }, "require-dev": { - "allocine/twigcs": "^3.0", + "friendsoftwig/twigcs": "^3.0", "doctrine/doctrine-bundle": "^1.8", "doctrine/orm": "^2.3", "friendsofphp/php-cs-fixer": "^2.8",