-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 934 Bytes
/
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
{
"name": "umanit/document-generator-bundle",
"description": "This bundle is used to drive the document generator microservice developed by UmanIT: https://github.com/umanit/microservice-document-generator",
"type": "symfony-bundle",
"homepage": "https://github.com/umanit/document-generator-bundle",
"require": {
"php": "^7.4|^8.0",
"ext-openssl": "*",
"ext-json": "*",
"symfony/framework-bundle": "^4.4|^5.4|^6.2",
"symfony/options-resolver": "^4.4|^5.4|^6.2",
"symfony/http-client": "^5.4|^6.2"
},
"provide": {
"php-http/client-implementation": "^1.0"
},
"license": "MIT",
"authors": [
{
"name": "DjLeChuck",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Umanit\\DocumentGeneratorBundle\\": "src/"
}
}
}