Skip to content

Commit

Permalink
Lock rules version to 3.0.0-alpha5 (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn authored Jul 22, 2020
1 parent 4ed9998 commit 9e27499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ public function configureModuleDependencies()
$config->require->{"drupal/core-recommended"} = "~8.8";

// Add rules for testing apigee_edge_actions.
$config->require->{"drupal/rules"} = "^3.0@alpha";
$config->require->{"drupal/rules"} = "3.0.0-alpha5";

// We require Drupal console and drush for some tests.
$config->require->{"drupal/console"} = "~1.0";
Expand Down
2 changes: 1 addition & 1 deletion modules/apigee_edge_actions/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": ">=7.1",
"drupal/apigee_edge": "*",
"drupal/rules": "^3.0@alpha"
"drupal/rules": "3.0.0-alpha5"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 9e27499

Please sign in to comment.