File: /home/cafsindia/help.cafsindia.com/vendor/uvdesk/api-bundle/composer.json
{
"name": "uvdesk/api-bundle",
"description": "Easily integrate with your community helpdesk system using the uvdesk api bundle.",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Akshay Kumar",
"email": "akshay.kumar758@webkul.com"
}
],
"require": {
"php": "^7.2.5 || ^8.0",
"uvdesk/core-framework": "^1.1"
},
"autoload": {
"psr-4": {
"Webkul\\UVDesk\\ApiBundle\\": ""
}
},
"minimum-stability": "stable"
}