-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 1020 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
30
31
32
33
34
35
36
{
"name": "chaplean/zoho-books-client-bundle",
"license": "MIT",
"type": "zoho-books-client-bundle",
"description": "ZohoBooks Client Bundle",
"authors": [
{
"name": "Chaplean",
"homepage": "http://www.chaplean.coop"
}
],
"autoload": {
"psr-4": {
"Chaplean\\Bundle\\ZohoBooksClientBundle\\": "",
"Tests\\": "Tests"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\Chaplean\\Bundle\\ZohoBooksClientBundle\\": "Tests/"
}
},
"require": {
"php": ">=7.0.8",
"chaplean/api-client-bundle": "^1.0",
"symfony/config": "^2.8 || ^3.0 || ^4.0",
"symfony/console": "^2.8 || ^3.0 || ^4.0",
"symfony/dependency-injection": "^2.8 || ^3.0 || ^4.0",
"symfony/yaml": "^2.8 || ^3.0 || ^4.0"
},
"require-dev": {
"chaplean/coding-standard": "^1.1",
"mockery/mockery": "^1.2",
"symfony/phpunit-bridge": "^4.0"
}
}