Skip to content

Commit

Permalink
Replace get request to download memcache settings with composer requi…
Browse files Browse the repository at this point in the history
  • Loading branch information
jesconstantine committed Jul 13, 2023
1 parent ae9dc96 commit cbeb7b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion targets/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,10 @@
<case value="acquia">
<!-- Site-level setup -->
<!-- @see https://docs.acquia.com/cloud-platform/performance/memcached/enable/ -->
<httpget url="https://docs.acquia.com/_downloads/cloud-memcache-d8+.php" dir="${build.dir}/${drupal.root}/sites/${drupal.site.dir}" filename="settings.acquia-memcache.php"/>
<composer command="require" composer="${composer.composer}">
<arg line="--working-dir ${application.startdir}"/>
<arg value="drupal/memcache"/>
</composer>
</case>

<case value="pantheon">
Expand Down

0 comments on commit cbeb7b3

Please sign in to comment.