-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 1.09 KB
/
Copy pathcomposer.json
File metadata and controls
41 lines (41 loc) · 1.09 KB
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
37
38
39
40
41
{
"name": "amcintosh/freshbooks",
"description": "FreshBooks API wrapper",
"type": "library",
"require": {
"php": ">=8.0 <8.6",
"php-http/client-common": "^2.5",
"php-http/discovery": "^1.14",
"php-http/multipart-stream-builder": "^1.3",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"spryker/decimal-object": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "9.6.x-dev",
"squizlabs/php_codesniffer": "4.x-dev",
"php-http/guzzle7-adapter": "1.x-dev",
"php-http/mock-client": "1.x-dev",
"quazardous/php-bump-version": "1.0.x-dev",
"mockery/mockery": "^1.6"
},
"license": "MIT",
"autoload": {
"psr-4": {
"amcintosh\\FreshBooks\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"amcintosh\\FreshBooks\\Tests\\": "tests"
}
},
"authors": [
{
"name": "Andrew McIntosh",
"email": "andrew@amcintosh.net"
}
],
"minimum-stability": "dev",
"prefer-stable": true
}