Skip to content

Commit

Permalink
OPENEUROPA-1328: Fix lowest dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
voidtek committed Nov 22, 2018
1 parent bab8719 commit b8b17cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pipeline:
- composer install --ansi --no-suggest --no-progress

composer-update-prefer-lowest:
group: prepare
group: update
image: fpfis/httpd-php-dev:7.1
volumes:
- /cache:/cache
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"require-dev": {
"composer/installers": "~1.5",
"drush/drush": "~9.0",
"drupal-composer/drupal-scaffold": "^2.5.2",
"drupal/ctools": "^3.0",
"drupal/drupal-extension": "^4.0.0@alpha",
"drupal-composer/drupal-scaffold": "~2.5.2",
"drupal/ctools": "~3.0",
"drupal/drupal-extension": "~4.0.0",
"nikic/php-parser": "~3.0",
"openeuropa/code-review": "~1.0.0-alpha4",
"openeuropa/drupal-core-require-dev": "~8.6",
Expand Down

0 comments on commit b8b17cb

Please sign in to comment.