Skip to content

Commit

Permalink
Merge pull request #9 from bluehorndigital/mglaman-patch-1-2
Browse files Browse the repository at this point in the history
Add prophecy-phpunit with -W
  • Loading branch information
mglaman authored Dec 2, 2021
2 parents 1ab089f + 3a4e6c6 commit 349909a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function doScript() {
['require', '--dev', `drupal/core-dev:${drupalVersion}`],
];
if (utils.getMajorVersionFromConstraint(drupalVersion) > 8) {
commands.push(['require', '--dev', 'phpspec/prophecy-phpunit:^2']);
commands.push(['require', '--dev', 'phpspec/prophecy-phpunit:^2', '--with-all-dependencies']);
}
if (extraDependencies) {
commands.push(['require', extraDependencies]);
Expand Down

0 comments on commit 349909a

Please sign in to comment.