Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
"6.2",
"6.3"
],
"symfony/bandwidth-notifier": [
"6.3"
],
"symfony/beanstalkd-messenger": [
"5.2",
"5.3",
Expand Down
5 changes: 5 additions & 0 deletions symfony/bandwidth-notifier/6.3/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"env": {
"#1": "BANDWIDTH_DSN=bandwidth://USERNAME:PASSWORD@default?from=FROM&account_id=ACCOUNT_ID&application_id=APPLICATION_ID&priority=PRIORITY"
}
}