Initial commit

This commit is contained in:
2022-01-18 17:14:29 +01:00
commit 320a153918
18 changed files with 622 additions and 0 deletions

21
composer.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "envoyr/php-froxlor-client",
"type": "library",
"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": "*"
}
}