-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1.2 KB
/
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
37
{
"description": "This repository contains Aspose.Tasks Cloud SDK for PHP source code. Aspose.Tasks Cloud SDK for PHP lets PHP developers manipulate or convert Microsoft Project documents hosted on a cloud platform quickly and easily.",
"name": "aspose-tasks-cloud/php-sdk",
"type": "library",
"keywords" : ["aspose", "php", "aspose cloud", "mpp", "microsoft project", "ms project", "primavera", "microsoft project online", "microsoft project server"],
"homepage": "https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-php",
"license": "MIT",
"authors": [
{
"name": "Ivan Andreychikov",
"homepage": "https://github.com/aspose-tasks-cloud"
}
],
"config": {
"platform": {
"php": "5.6.32"
}
},
"require": {
"php": ">=5.5",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/guzzle": "^6.2",
"friendsofphp/php-cs-fixer": "2.10.*"
},
"require-dev": {
"squizlabs/php_codesniffer": "3.*",
"phpunit/phpunit": "^4.8"
},
"autoload": {
"psr-0": {
"Aspose": "src/",
"BaseTest": "tests/"
}
}
}