Skip to content

Commit

Permalink
chore(#1): add patch and update example
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Sep 10, 2022
1 parent 4089986 commit 0df2716
Show file tree
Hide file tree
Showing 5 changed files with 10,860 additions and 7 deletions.
10 changes: 6 additions & 4 deletions example/drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
],
"require": {
"composer/installers": "2.1.1",
"cweagans/composer-patches": "^1.7",
"drupal-tome/tome_drush": "dev-master",
"drupal/core-composer-scaffold": "9.4.0",
"drupal/core-project-message": "9.4.0",
Expand All @@ -38,7 +39,8 @@
"composer/installers": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"dealerdirect/phpcodesniffer-composer-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true,
"cweagans/composer-patches": true
}
},
"extra": {
Expand Down Expand Up @@ -77,9 +79,9 @@
]
},
"patches": {
"drupal/core": {
"#2942975 Expose Layout Builder data to REST and JSON:API": "https://www.drupal.org/files/issues/2022-06-24/2942975-199.patch"
}
"drupal/core": {
"#2942975 Expose Layout Builder data to REST and JSON:API": "https://www.drupal.org/files/issues/2022-06-24/2942975-199.patch"
}
}
}
}

0 comments on commit 0df2716

Please sign in to comment.