Skip to content

Commit

Permalink
Fix Drupal 8 using only stable/beta/alpha and not dev stabilty (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
andytson-inviqa authored Oct 30, 2022
1 parent 2519bf7 commit 2029921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/drupal8/application/skeleton/composer.json.twig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Drupal site for {{ @('workspace.name')|lower }}",
"type": "project",
"license": "GPL-2.0+",
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"bin-dir": "bin/",
Expand Down Expand Up @@ -57,7 +57,7 @@
"drupal/stage_file_proxy": "^1.0@alpha",
"drupal/taxonomy_access_fix": "2.6",
"drupal/token": "1.5",
"drupal/ultimate_cron": "2.x-dev",
"drupal/ultimate_cron": "~2.0.0@alpha",
{% if @('services.varnish.enabled') %}
"drupal/varnish_purge": "^2.0",
{% endif %}
Expand Down

0 comments on commit 2029921

Please sign in to comment.