Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Update guzzle, pagerduty changes #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ It needs a few environment variables defined to work:

PAGERDUTY_SCHEDULE_ID
PAGERDUTY_API_TOKEN
PAGERDUTY_DOMAIN

Those names should be fairly self-explanatory. The domain is the piece of your PagerDuty URL that is specific to you
i.e. https://[PAGERDUTY_DOMAIN].pagerduty.com/
Those names should be fairly self-explanatory.

You can also optionally set PHONEDUTY_ANNOUNCE_TIME, which if set to a TRUEish value will include the current
time of the engineer being called as part of the answering message. This may help raise awareness that you are potentially getting
Expand Down
3 changes: 0 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
},
"PAGERDUTY_API_TOKEN": {
"description": "PagerDuty API token"
},
"PAGERDUTY_DOMAIN": {
"description": "The name of your PagerDuty a/c, as it appears in the URL"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require": {
"php": ">=5.3.8",
"twilio/sdk": "dev-master",
"guzzlehttp/guzzle": "~4.0"
"guzzlehttp/guzzle": "~6.0"
},

"config": {
Expand Down
Loading