forked from robbiepaul/cloudconvert-laravel
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 848 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 848 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
28
29
{
"name": "robbiep/cloudconvert-laravel",
"description": "A Laravel wrapper for the CloudConvert API",
"keywords": ["cloudconvert", "laravel", "laravel4", "laravel5", "screenshot", "conversion", "office", "documents"],
"license": "MIT",
"authors": [
{
"name": "Robbie Paul",
"email": "robbiepaul@me.com"
}
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "^5.0",
"illuminate/filesystem": "^5.0",
"guzzlehttp/guzzle": "~5.0|~6.0",
"patchwork/utf8": "1.*"
},
"require-dev": {
"phpunit/phpunit": "4.3.5",
"mockery/mockery": "0.9.*@dev"
},
"autoload": {
"psr-0": {
"RobbieP\\CloudConvertLaravel\\": "src/"
}
},
"minimum-stability": "dev"
}