RprtCli/app/composer.json

33 lines
741 B
JSON

{
"name": "lio/rprt-cli",
"description": "Automate invoicing from youtrack service.",
"type": "project",
"keywords": ["cli", "report"],
"readme": "README.org",
"time": "2021-04-04",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Lio Novelli",
"email": "lio.novelli@radiostudent.si",
"role": "Developer"
}
],
"require": {
"symfony/console": "^5.2",
"guzzlehttp/guzzle": "^7.3",
"php-di/php-di": "^6.3"
},
"repositories": [
{
"type": "vcs",
"url": "https://git.nixnet.services/l3n/RprtCli.git"
}
],
"autoload": {
"psr-4": {
"RprtCli\\": "src"
}
}
}