Skip to content

Commit

Permalink
Require core for dev.
Browse files Browse the repository at this point in the history
- Fixes #188
  • Loading branch information
jhedstrom committed May 18, 2018
1 parent 8e2827e commit 38fa541
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ composer.lock
reports
vendor
drush
web
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
"phpunit/phpunit": "~4.0",
"mockery/mockery": "0.9.4",
"drush-ops/behat-drush-endpoint": "*",
"jakub-onderka/php-parallel-lint": "^0.9.2"
"jakub-onderka/php-parallel-lint": "^0.9.2",
"composer/installers": "^1.5",
"drupal-composer/drupal-scaffold": "^2.4",
"drupal/core": "^8.5"
},
"scripts": {
"test": [
Expand All @@ -44,6 +47,9 @@
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
},
"installer-paths": {
"web/core": ["type:drupal-core"]
}
}
}

0 comments on commit 38fa541

Please sign in to comment.