Skip to content

Commit

Permalink
#605 Explicitly declare development dependencies (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
kierenevans authored Jun 23, 2021
1 parent 3830acc commit 1f4ee95
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/drupal8/application/skeleton/composer.json.twig
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@
"oomphinc/composer-installers-extender": "^2.0"
},
"require-dev": {
"behat/behat": "^3.5",
"behat/mink-extension": "^2.3",
"behat/mink-goutte-driver": "^1.2",
"dmore/behat-chrome-extension": "^1.3",
"dmore/chrome-mink-driver": "^2.7",
"drupal/core-dev": "~8.9",
"drupal/devel": "^2.0",
"drupal/drupal-extension": "^3.4",
Expand All @@ -68,7 +72,9 @@
"mikey179/vfsstream": "^1.0",
"phpcompatibility/php-compatibility": "dev-master",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-deprecation-rules": "^0.12"
"phpstan/phpstan-deprecation-rules": "^0.12",
"phpunit/phpunit": "^7.0",
"squizlabs/php_codesniffer": "^3.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1f4ee95

Please sign in to comment.