forked from aspose-words-cloud/aspose-words-cloud-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 1.56 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
38
39
40
{
"description": "Open, generate, edit, split, merge, compare and convert Word documents. Integrate Cloud API into your solutions to manipulate documents. Convert PDF to Word (DOC, DOCX, ODT, RTF and HTML) and in the opposite direction.",
"name": "aspose-cloud/aspose-words-cloud",
"type": "library",
"keywords" : ["office", "convert", "word", "pdf", "docx", "html", "rtf", "png", "jpg", "split", "merge", "edit", "word to pdf",
"pdf to word", "docx to pdf", "pdf to docx", "word to html", "html to word", "reporting", "mailmerge", "statistics",
"watermark", "fields", "generate", "create", "report", "table", "paragraph", "images", "text", "generator", "creator", "maker"],
"license": "MIT",
"homepage": "https://github.com/aspose-words-cloud/aspose-words-cloud-php",
"authors": [
{
"name": "YaroslawEkimov",
"homepage": "https://github.com/aspose-words-cloud"
},
{
"name": "IvanovJohnAspose",
"homepage": "https://github.com/aspose-words-cloud"
}
],
"require": {
"php": "^7.4 || ^8.0",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/guzzle": "^7.4.0",
"phpseclib/phpseclib": "^3.0.12"
},
"require-dev": {
"squizlabs/php_codesniffer": "3.*",
"phpunit/phpunit": "9.5.13",
"behat/behat": "3.10.0",
"friendsofphp/php-cs-fixer": "3.0.*"
},
"autoload": {
"psr-4": {
"Aspose\\Words\\": "src/Aspose/Words",
"Aspose\\Words\\Tests\\": "tests/Aspose/Words"
}
}
}