Now that we have 2.0.0 Guardr and Guardr Core Drupal 9 compatible releases, we should ensure the Github repos use the new versions.

Issue fork guardr-3231491

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

shrop created an issue. See original summary.

the_g_bomb made their first commit to this issue’s fork.

the_g_bomb’s picture

Status: Active » Needs review
the_g_bomb’s picture

This can be tested in Drupal 10 by using the following:

mkdir guardr-test-site && cd guardr-test-site
ddev config --project-type=drupal10 --docroot=web
ddev composer create drupal/recommended-project:^10
ddev composer require drush/drush
ddev composer config minimum-stability dev
ddev composer config prefer-stable true
ddev composer config repositories.guardr vcs git@git.drupal.org:issue/guardr-3231491.git
ddev composer require drupal/guardr:dev-3231491-create-9.x-release
ddev drush site:install guardr --account-name=admin --account-pass=admin -y
ddev launch $(ddev drush uli)