Skip to content

Commit

Permalink
Merge pull request #131 from palantirnet/platformsh-new-requirements
Browse files Browse the repository at this point in the history
The Platformsh settings template now requires its own library.
  • Loading branch information
becw authored May 14, 2019
2 parents 5d38721 + 12299b1 commit c20d7a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions targets/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,9 @@
</case>

<case value="platformsh">
<composer command="require" composer="${composer.composer}">
<arg value="platformsh/config-reader:^2.1" />
</composer>
<httpget url="https://raw.githubusercontent.com/platformsh/template-drupal8/master/web/sites/default/settings.platformsh.php" dir="${build.dir}/${drupal.root}/sites/${drupal.site.dir}" />
</case>
<default />
Expand Down

0 comments on commit c20d7a4

Please sign in to comment.