Skip to content

Commit 9e27499

Browse files
authored
Lock rules version to 3.0.0-alpha5 (#449)
1 parent 4ed9998 commit 9e27499

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/RoboFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ public function configureModuleDependencies()
412412
$config->require->{"drupal/core-recommended"} = "~8.8";
413413

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

417417
// We require Drupal console and drush for some tests.
418418
$config->require->{"drupal/console"} = "~1.0";

modules/apigee_edge_actions/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": ">=7.1",
88
"drupal/apigee_edge": "*",
9-
"drupal/rules": "^3.0@alpha"
9+
"drupal/rules": "3.0.0-alpha5"
1010
},
1111
"config": {
1212
"sort-packages": true

0 commit comments

Comments
 (0)