Files
php-froxlor-client/composer.json
2022-01-18 17:53:06 +01:00

23 lines
378 B
JSON

{
"name": "envoyr/php-froxlor-client",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Envoyr\\Froxlor\\": "src/"
}
},
"authors": [
{
"name": "envoyr",
"email": "hello@envoyr.com"
}
],
"minimum-stability": "dev",
"require": {
"php": "^7.4|^8.0",
"guzzlehttp/guzzle": "^7.0.1",
"ext-json": "*"
}
}