File: D:/HostingSpaces/SBogers10/wingssprayer.komma.pro/vendor/komma/feedback-company/composer.json
{
"name": "komma/feedback-company",
"description": "An API wrapper for the Feedback Company webservice",
"keywords": ["komma", "Feedback Company"],
"homepage": "https://github.com/KommaGit/feedback-company-client-php",
"license": "MIT",
"authors": [
{
"name": "Pascal Lemmen",
"email": "pascal@komma.pro",
"homepage": "https://komma.pro",
"role": "Developer"
}
],
"require": {
"php": ">=7.4",
"doctrine/cache": "^1.10",
"fideloper/proxy": "^4.0",
"guzzlehttp/guzzle": "^6.3"
},
"require-dev": {
"phpunit/phpunit": "^9.1"
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
},
"autoload": {
"psr-4": {
"Komma\\FeedbackCompany\\": "src"
}
}
}