17 lines
381 B
JSON
17 lines
381 B
JSON
{
|
|
"name": "megaphone/oncall",
|
|
"description": "A script to report on Redmine tickets that need attention.",
|
|
"type": "project",
|
|
"require": {
|
|
"vlucas/phpdotenv": "^4.1",
|
|
"azuyalabs/yasumi": "^2.2"
|
|
},
|
|
"license": "GPL",
|
|
"authors": [
|
|
{
|
|
"name": "Jon Goldberg",
|
|
"email": "jon@megaphonetech.com"
|
|
}
|
|
]
|
|
}
|