Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Fixes #913: Update devel project version for drupal.org packagist.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Oct 5, 2016
1 parent 8ed9665 commit 8181299
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion default.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ build_composer: false
drupal_composer_path: "{{ config_dir }}/drupal.composer.json"
drupal_composer_install_dir: "/var/www/drupalvm/drupal"
drupal_composer_dependencies:
- "drupal/devel:8.*"
- "drupal/devel:1.x-dev"

# Set this to 'true' and 'build_makefile', 'build_composer' to 'false' if you
# are using Composer's create-project as a site deployment strategy.
Expand Down
4 changes: 2 additions & 2 deletions example.drupal.composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"require": {
"composer/installers": "^1.0.20",
"drupal-composer/drupal-scaffold": "^2.0.1",
"drupal/core": "~8.0",
"drupal/devel": "1.0.x-dev"
"drupal/core": "~8.1",
"drupal/devel": "1.x-dev"
},
"replace": {
"drupal/drupal": "*"
Expand Down

0 comments on commit 8181299

Please sign in to comment.