{
"name": "mezon/jira-client",
"description": "Example of client for the Jira REST API",
"license": "MIT",
"authors": [
{
"name": "Dodonov Alexey",
"email": "alexey@dodonov.pro",
"homepage": "http://gdzone.ru",
"role": "Founder"
}
],
"require": {
"php": ">=7.2.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
},
"require": {
"mezon/custom-client": "1.0.*"
},
"support": {
"email": "alexey@dodonov.pro",
"issues": "https://github.com/alexdodonov/mezon-jira-client/issues",
"source": "https://github.com/alexdodonov/mezon-jira-client"
},
"minimum-stability": "dev",
"homepage": "https://github.com/alexdodonov/mezon-jira-client",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Mezon\\Jira\\": "Mezon/Jira/"
}
}
}
|