Skip to content

Commit e22806d

Browse files
Update redirect Validation issue patch and require 1.12 and above (#892)
1 parent 6bee491 commit e22806d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"drupal/localgov_utilities": "^1.0@beta",
2222
"drupal/masquerade": "^2.0",
2323
"drupal/preview_link": "^2.1@alpha",
24-
"drupal/redirect": ">=1.10 <1.12",
24+
"drupal/redirect": "^1.12",
2525
"drupal/simple_media_bulk_upload": "^2.0",
2626
"drupal/simple_sitemap": "^4.1",
2727
"drush/drush": ">=10",
@@ -76,7 +76,7 @@
7676
},
7777
"drupal/redirect": {
7878
"Create redirect from path alias change and workspaces https://www.drupal.org/project/redirect/issues/3431260": "https://www.drupal.org/files/issues/2024-03-18/3431260.patch",
79-
"Validation issue on adding url redirect: https://www.drupal.org/project/redirect/issues/3057250": "https://www.drupal.org/files/issues/2024-08-11/redirect--2024-08-11--3057250-79.patch"
79+
"Validation issue on adding url redirect: https://www.drupal.org/project/redirect/issues/3057250": "https://www.drupal.org/files/issues/2025-09-08/redirect--2025-09-08--3057250-110.patch"
8080
}
8181
}
8282
}

0 commit comments

Comments
 (0)