convert to support multiple queries

This commit is contained in:
2020-05-08 18:47:11 -04:00
commit 26c0032053
6 changed files with 548 additions and 0 deletions

16
composer.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "megaphone/oncall",
"description": "A script to report on Redmine tickets that need attention.",
"type": "project",
"require": {
"kbsali/redmine-api": "^1.5",
"vlucas/phpdotenv": "^4.1"
},
"license": "GPL",
"authors": [
{
"name": "Jon Goldberg",
"email": "jon@megaphonetech.com"
}
]
}