-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
43 lines (43 loc) · 1.31 KB
/
composer.json
File metadata and controls
43 lines (43 loc) · 1.31 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
42
43
{
"description": "This repository contains GroupDocs Assembly Cloud SDK for PHP source code. This SDK allows you to work with GroupDocs.Assembly Cloud REST APIs in your .NET applications quickly and easily, with zero initial cost.",
"name": "groupdocs-cloud/groupdocs-assembly-cloud",
"type": "library",
"keywords" : ["groupdocs", "php", "groupdocs cloud"],
"license": "MIT",
"homepage": "https://github.com/groupdocs-assembly-cloud/groupdocs-assembly-cloud",
"authors": [
{
"name": "YaroslawEkimov",
"homepage": "https://github.com/groupdocs-assembly-cloud"
},
{
"name": "IvanovJohnAspose",
"homepage": "https://github.com/groupdocs-assembly-cloud"
}
],
"config": {
"platform": {
"php": "5.6.32"
}
},
"require": {
"php": ">=5.5",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/guzzle": "^6.2"
},
"require-dev": {
"aspose/storage-sdk-php": "18.*",
"squizlabs/php_codesniffer": "3.*",
"phpunit/phpunit": "^4.8",
"behat/behat": "3.4.*",
"friendsofphp/php-cs-fixer": "2.10.*"
},
"autoload": {
"psr-0": {
"GroupDocs\\Assembly\\": "src/",
"GroupDocs\\Assembly\\Test": "tests/"
}
}
}