Skip to content

Commit

Permalink
Merge pull request #5 from pantheon-quicksilver/pantheon-yml
Browse files Browse the repository at this point in the history
Add extras metadata
  • Loading branch information
kyletaylored committed Oct 27, 2021
2 parents abc6767 + d31dd1d commit cb7a8cd
Show file tree
Hide file tree
Showing 2 changed files with 288 additions and 3 deletions.
19 changes: 18 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,23 @@
"type": "quicksilver-script",
"license": "MIT",
"require": {
"composer/installers": "^1 || ^2"
"composer/installers": "^1 || ^2",
"pantheon-quicksilver/pantheon-yml-editor": "dev-main"
},
"extra": {
"pantheon-quicksilver": {
"wakeup": [
{
"wf_type": "clone_database",
"stage": "after",
"weight": 1
},
{
"wf_type": "create_cloud_development_environment",
"stage": "after",
"weight": 100
}
]
}
}
}
272 changes: 270 additions & 2 deletions composer.lock

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

0 comments on commit cb7a8cd

Please sign in to comment.