17 lines
383 B
JSON
17 lines
383 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|