Skip to content

Commit

Permalink
OPENEUROPA-582: Add drupal as a requirement in composer and remove tr…
Browse files Browse the repository at this point in the history
…avis in the build script.
  • Loading branch information
voidtek committed Jul 2, 2018
1 parent e8924c0 commit 25352e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions build-module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ find ${repo_root} -maxdepth 1 -type f | xargs sed -i ${subst};
# Rename the info file.
mv drupal_module_template.info.yml ${repo_name}.info.yml

# Replace the travis.yml with travis.module.yml
mv .travis.module.yml .travis.yml

# Replace the README.md with README.module.md
mv README.module.md README.md

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.1"
"php": "^7.1",
"drupal/core": "8.6.x"
},
"require-dev": {
"composer/installers": "^1.2",
Expand Down

0 comments on commit 25352e2

Please sign in to comment.