Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion build.dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
<option name="account-mail" value="${drupal.admin.email}" />
<param>${website.profile.name}</param>
<!-- Disable sending of e-mails during installation. -->
<param>install_configure_form.update_status_module='array(FALSE,FALSE)'</param>
<param>install_configure_form.enable_update_status_module=NULL</param>
<param>install_configure_form.enable_update_status_emails=NULL</param>
</drush>
</target>

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"cweagans/composer-patches": "^1.6",
"drupal-composer/drupal-scaffold": "^2.2",
"drupal/console": "^1.0.1",
"drupal/core": "~8.0",
"drupal/core": "~8.3",
"drush/drush": "~8.0",
"php": ">=5.5.9",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should remove the php requirement.. Drupal's PHP requirement is already in Drupal's composer.json.

"webflo/drupal-finder": "^1.0.0",
Expand Down