-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (40 loc) · 1.15 KB
/
composer.json
File metadata and controls
40 lines (40 loc) · 1.15 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
{
"name" : "aspose/cells-sdk-php",
"type" : "library",
"description" : "Effortlessly handle Excel and other spreadsheet documents with features like opening, generating, editing, splitting, merging, comparing, and converting. Seamlessly integrate Cloud API into your solutions to efficiently manipulate documents. Convert Excel or other spreadsheets to CSV, PDF, JSON, XML, HTML, images, and more.",
"keywords" : [
"excel",
"spreadsheet",
"convert",
"xlsx",
"chart",
"pivot table",
"aspose cells",
"REST API",
"cloud"
],
"homepage" : "https://github.com/aspose-cells-cloud/aspose-cells-cloud-php",
"license" : "MIT",
"authors" : [{
"name" : "aspose-cells-cloud",
"homepage" : "https://github.com/aspose-cells-cloud/aspose-cells-cloud-php"
}
],
"require" : {
"php" : ">=7.4",
"ext-curl" : "*",
"ext-json" : "*",
"ext-mbstring" : "*",
"guzzlehttp/guzzle" : "^7.4"
},
"require-dev" : {
"phpunit/phpunit" : "^8",
"squizlabs/php_codesniffer" : "~2.6"
},
"autoload": {
"psr-4": { "Aspose\\Cells\\Cloud\\" : "lib/" }
},
"autoload-dev": {
"psr-4": { "Aspose\\Cells\\Cloud\\" : "integrationtests/" }
}
}