forked from cloudconvert/cloudconvert-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 731 Bytes
/
Copy pathcomposer.json
File metadata and controls
27 lines (27 loc) · 731 Bytes
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
{
"name": "jorisvanw/cloudconvert-php",
"description": "PHP Wrapper for CloudConvert APIs [For Guzzlehttp 6]",
"homepage": "https://github.com/jorisvanw/cloudconvert-php",
"authors": [
{
"name": "Josias Montag",
"email": "josias@montag.info"
},
{
"name": "Joris van Willigen",
"email": "me@jorisvanw.me"
}
],
"require": {
"guzzlehttp/guzzle": ">=6.0"
},
"require-dev": {
"phpunit/phpunit": "4.0.*",
"phpdocumentor/phpdocumentor": "2.*",
"squizlabs/php_codesniffer": "1.*",
"clue/phar-composer": "~1.0"
},
"autoload": {
"psr-4": {"CloudConvert\\": "src/"}
}
}