mirror of
https://github.com/envoyr/php-froxlor-client.git
synced 2026-04-28 04:06:19 +00:00
Initial commit
This commit is contained in:
21
composer.json
Normal file
21
composer.json
Normal 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": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user