Skip to content

Commit

Permalink
Install correct composer packages and bump versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
skippednote committed Apr 18, 2020
1 parent e5b5317 commit e0da1e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions axltempl/drupal.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ def getComposerTemplate(name, description, core, docroot, cacheService):
if (core == 'recommended'):
composer['require']['drupal/core-recommended'] = '^8.8'
if (cacheService == 'redis'):
composer['require']['drupal/redis'] = '^1.2'
composer['require']['drupal/redis'] = '^1.4'
if (cacheService == 'memcache'):
composer['require']['drupal/redis'] = '^1.2'
composer['require']['drupal/memcache'] = '^2.0'
return composer


Expand Down

0 comments on commit e0da1e7

Please sign in to comment.