We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd41289 commit 71069d4Copy full SHA for 71069d4
composer.json
@@ -39,7 +39,6 @@
39
"require-dev": {
40
"chi-teck/drupal-coder-extension": "^1.2",
41
"drupal/coder": "^8.3.14",
42
- "friendsoftwig/twigcs": "dev-master",
43
"phpspec/prophecy-phpunit": "^2.0",
44
"phpunit/phpunit": "^9.4",
45
"squizlabs/php_codesniffer": "^3.5",
scripts/run-dcg-tests.sh
@@ -12,6 +12,3 @@ echo -e "\e[104m PHPUnit \e[0m\n"
12
echo -e "\n\e[104m Code sniffer \e[0m\n"
13
./vendor/bin/phpcs -p
14
15
-echo -e "\e[104m Twig linter \e[0m\n"
16
-# @todo Uncomment this once twigcs supports Symfony 6.
17
-# ./vendor/bin/twigcs ./templates
0 commit comments