Skip to content

Commit

Permalink
add site_hosting pseudomodule
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Sep 16, 2024
1 parent 96cea6e commit 33d8dde
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"drupal/gin": "^3.0@RC",
"drupal/gin_toolbar": "^1.0@RC",
"drupal/site": "3.x-dev",
"drupal/site_hosting": "2.x-dev",
"drush/drush": "^12.4.3",
"oomphinc/composer-installers-extender": "^2.0",
"vlucas/phpdotenv": "^5.1",
Expand All @@ -33,6 +34,10 @@
"drupal/drupal": "*"
},
"repositories": [
{
"type": "path",
"url": "src/Drupal/Modules/site_hosting"
},
{
"type": "path",
"url": "src/Drupal/Profiles/devshop"
Expand Down
21 changes: 20 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions src/Drupal/Modules/site_hosting/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "drupal/site_hosting",
"type": "drupal-module",
"authors": [
{
"name": "Jon Pugh",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {}
}

0 comments on commit 33d8dde

Please sign in to comment.