Skip to content

Commit

Permalink
[#304] Use drupal/core-dev instead of webflo/drupal-core-require-dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
arlina-espinoza committed Dec 12, 2019
1 parent a0db79e commit f9779bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis/prepare-test-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ composer update ${COMPOSER_GLOBAL_OPTIONS}

# Allow to run tests with a specific Drupal core version (ex.: latest dev).
if [[ -n "${DRUPAL_CORE}" ]]; then
composer require drupal/core:${DRUPAL_CORE} webflo/drupal-core-require-dev:${DRUPAL_CORE} ${COMPOSER_GLOBAL_OPTIONS};
composer require drupal/core:${DRUPAL_CORE} drupal/core-dev:${DRUPAL_CORE} ${COMPOSER_GLOBAL_OPTIONS};
fi

# Downgrade dependencies if needed.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"behat/mink" : "dev-master#9ea1cebe",
"drush/drush": "^9.0",
"phpunit/phpunit": "^6.5",
"webflo/drupal-core-require-dev": "^8.7"
"drupal/core-dev": "^8.7"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit f9779bb

Please sign in to comment.