Skip to content

Commit 0e3158f

Browse files
committed
docs: update to umami demo guide
1 parent b0633e4 commit 0e3158f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

www/content/guides/umami-demo.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ composer create-project drupal/recommended-project umami
1616
```json
1717
"extra": {
1818
"patches": {
19-
"drupal/subrequests": {
20-
"Get same results on different request": "https://www.drupal.org/files/issues/2019-07-18/change_request_type-63049395-09.patch"
21-
},
2219
"drupal/decoupled_router": {
23-
"Unable to resolve path on node in other language than default": "https://www.drupal.org/files/issues/2021-05-05/3111456-34.patch"
20+
"Unable to resolve path on node in other language than default": "https://www.drupal.org/files/issues/2024-10-22/decoupled_router-3111456-resolve-langcode-issue-78--external-redirects.patch"
2421
}
2522
},
2623
}
@@ -29,7 +26,7 @@ composer create-project drupal/recommended-project umami
2926
3. Add dependencies
3027

3128
```bash
32-
composer require drupal/next drupal/jsonapi_menu_items drupal/jsonapi_views 'drupal/jsonapi_resources:^1.0@beta'
29+
composer require drupal/next drupal/jsonapi_menu_items drupal/jsonapi_views drupal/jsonapi_resources
3330
```
3431

3532
4. Install Drupal. Make sure you select **Demo: Umami Food Magazine (Experimental)** as the installation profile.

0 commit comments

Comments
 (0)