Skip to content

Commit

Permalink
Fixes acquia#1543: Twig Lint is not maintained and fails valid twig c…
Browse files Browse the repository at this point in the history
…ode.
  • Loading branch information
grasmash committed Sep 7, 2017
1 parent 4ecd351 commit 986a4a9
Show file tree
Hide file tree
Showing 5 changed files with 392 additions and 218 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,28 @@
"type": "composer-plugin",
"license": "GPL-2.0",
"require": {
"asm89/twig-lint": "^1.0.2",
"composer/installers": "^1.2.0",
"composer-plugin-api": "^1.0.0",
"doctrine/common": "^2.5",
"doctrine/inflector": "~1.1.0",
"oomphinc/composer-installers-extender": "^1.1",
"dflydev/dot-access-data": "^1.1.0",
"drupal/coder": "^8.2.11",
"drush/drush": "^8.1.10",
"drush/drush": "^9.0.0-beta4",
"grasmash/drupal-security-warning": "^1.0.0",
"grasmash/yaml-cli": "^1.0.0",
"grasmash/yaml-expander": "^1.0.5",
"php": ">=5.6",
"phpunit/phpunit": "^4.8",
"squizlabs/php_codesniffer": "^2.7",
"symfony/yaml": "^2.8.11|^3.2",
"symfony/console": "^2.8.11|^3.2",
"symfony/yaml": "^3.2",
"symfony/console": "^3.2",
"wikimedia/composer-merge-plugin": "^1.4.1",
"consolidation/robo": "^1.1.0",
"consolidation/config": "^1.0.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.0",
"tivie/php-os-detector": "^1.0"
"tivie/php-os-detector": "^1.0",
"symfony/twig-bridge": "^3.3"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 986a4a9

Please sign in to comment.