adding RSVP System recipes

This commit is contained in:
gluebox
2025-10-08 12:46:14 -04:00
parent abf9993865
commit ac74f2d712
5 changed files with 26 additions and 6 deletions

4
.gitignore vendored
View File

@ -109,3 +109,7 @@ yarn-error.log
# END
# ------------------------------------------------------------------------------
# Local development-only directories
/packages/
/recipes/

View File

@ -8,12 +8,19 @@
"docs": "https://www.drupal.org/docs/user_guide/en/index.html",
"chat": "https://www.drupal.org/node/314178"
},
"repositories": [
{
"repositories": {
"rsvp_recipes": {
"type": "path",
"url": "packages/rsvp-recipes",
"options": {
"symlink": true
}
},
"0": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
},
"require": {
"composer/installers": "^2.3",
"drupal/core-composer-scaffold": "^11.2",

6
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "a81ec0e7032810f783f79ef1a5175b54",
"content-hash": "91d522095a00caac457f577373ac37bd",
"packages": [
{
"name": "asm89/stack-cors",
@ -6573,7 +6573,9 @@
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {},
"stability-flags": {
"rsvp-system/rsvp-recipes": 20
},
"prefer-stable": true,
"prefer-lowest": false,
"platform": {},

8
readme.md Normal file
View File

@ -0,0 +1,8 @@
### Local Recipe Development
To work on `rsvp-recipes` locally, clone it into `packages/rsvp-recipes` and run:
```bash
ddev composer config repositories.rsvp_recipes '{"type":"path","url":"packages/rsvp-recipes","options":{"symlink":true}}'
ddev composer require rsvp-system/rsvp-recipes:dev-main

View File

@ -1 +0,0 @@
Drupal 11 DDEV site