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 1f8764d commit ed05e68Copy full SHA for ed05e68
.travis.yml
@@ -88,7 +88,7 @@ install:
88
then grep -rl 'cli' $DRUPAL_BUILD_DIR/core $DRUPAL_BUILD_DIR/modules | xargs sed -i "s/'cli'/'phpdbg'/g" || true;
89
fi
90
91
- # Bring in the module depe ndencies without requiring a merge plugin. The
+ # Bring in the module dependencies without requiring a merge plugin. The
92
# require also triggers a full 'composer install'.
93
- composer --working-dir=$DRUPAL_BUILD_DIR require webonyx/graphql-php:^0.11.5
94
0 commit comments