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

Commit 8181299

Browse files
committed
Fixes #913: Update devel project version for drupal.org packagist.
1 parent 8ed9665 commit 8181299

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

default.config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ build_composer: false
5757
drupal_composer_path: "{{ config_dir }}/drupal.composer.json"
5858
drupal_composer_install_dir: "/var/www/drupalvm/drupal"
5959
drupal_composer_dependencies:
60-
- "drupal/devel:8.*"
60+
- "drupal/devel:1.x-dev"
6161

6262
# Set this to 'true' and 'build_makefile', 'build_composer' to 'false' if you
6363
# are using Composer's create-project as a site deployment strategy.

example.drupal.composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"require": {
1919
"composer/installers": "^1.0.20",
2020
"drupal-composer/drupal-scaffold": "^2.0.1",
21-
"drupal/core": "~8.0",
22-
"drupal/devel": "1.0.x-dev"
21+
"drupal/core": "~8.1",
22+
"drupal/devel": "1.x-dev"
2323
},
2424
"replace": {
2525
"drupal/drupal": "*"

0 commit comments

Comments
 (0)