Skip to content

Commit

Permalink
COMP-145 Patch out URL key PHP warning
Browse files Browse the repository at this point in the history
  • Loading branch information
camilocodes committed Jan 3, 2024
1 parent 58ea5a1 commit 047ee3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
"patches": {
"drupal/bootstrap_barrio": {
"Fix CSS library 404": "https://www.drupal.org/files/issues/2019-02-19/3033946-6.patch",
"Fix Layout Builder": "https://www.drupal.org/files/issues/2018-06-01/2976934-3.patch"
"Fix Layout Builder": "https://www.drupal.org/files/issues/2018-06-01/2976934-3.patch",
"Fix no URL key warning": "https://www.drupal.org/files/issues/2023-08-09/3359497-13.patch"
}
}
},
Expand Down Expand Up @@ -177,7 +178,7 @@
"drupal/samlauth": "^3",
"drupal/search_api": "^1",
"drupal/search_api_solr": "^4",
"drupal/simple_sitemap": "4.1.8",
"drupal/simple_sitemap": "^4",
"drupal/token": "^1",
"drupal/twig_field_value": "^2",
"drupal/twig_tweak": "^3",
Expand Down

0 comments on commit 047ee3c

Please sign in to comment.