convert to support multiple queries
This commit is contained in:
16
composer.json
Normal file
16
composer.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user