Skip to content

Commit 306e04e

Browse files
committed
Work around a bug in composer that selects a feature branch of Robo.
We do not directly depend on Robo, but adding this line ensures that if we update dependencies using the --prefer-lowest flag then Composer will not accidentally select the `states` feature branch. It is likely that this bug is caused by the presence of the alias "dev-state": "1.x-dev" in the composer manifest of Robo.
1 parent 7765318 commit 306e04e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
},
1111
"require-dev": {
1212
"composer/installers": "~1.2",
13+
"consolidation/robo": "~1.3",
1314
"drush/drush": "~9.4",
1415
"drupal-composer/drupal-scaffold": "~2.2",
1516
"instaclick/php-webdriver": "^1.4.5",

0 commit comments

Comments
 (0)