forked from Anteris-Dev/autotask-client-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 840 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "anteris-dev/autotask-client-generator",
"description": "This package is the brains behind the Autotask API client. It generates each service class using the Autotask API as its guide.",
"require": {
"symfony/console": "^5.1",
"twig/twig": "^3.0",
"guzzlehttp/guzzle": "^6.3|^7.0",
"illuminate/support": "^9.0",
"spatie/data-transfer-object": "^3.0",
"phpoption/phpoption": "^1.7",
"vlucas/phpdotenv": "^5.1",
"illuminate/collections": "^9.19",
"ext-json": "*"
},
"autoload": {
"psr-4": {
"Anteris\\Autotask\\Generator\\": "./src"
}
},
"bin": [
"bin/autotask"
],
"authors": [
{
"name": "Aidan Casey",
"email": "[email protected]"
}
]
}