-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
41 lines (41 loc) · 1016 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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "mpp/universign-bundle",
"type": "symfony-bundle",
"description": "Symfony Universign Bundle",
"keywords": ["json", "yaml", "api", "xmlrpc"],
"license": "MIT",
"authors": [
{
"name": "Gabriel BONDAZ",
"email": "[email protected]",
"homepage": "https://www.idci-consulting.fr"
},
{
"name": "Louis-Arnaud CATOIRE",
"email": "[email protected]",
"homepage": "https://www.itefficience.com"
}
],
"require": {
"php": ">=7.4",
"symfony/dependency-injection": "^4.0 | ^5.0 | ^6.0",
"symfony/event-dispatcher": "*",
"symfony/framework-bundle": "^4.0 | ^5.0 | ^6.0",
"symfony/monolog-bundle": "*",
"ext-json": "*",
"phpxmlrpc/phpxmlrpc": "^4.9",
"symfony/options-resolver": "^6.3"
},
"autoload":{
"psr-4":{
"Mpp\\UniversignBundle\\": ""
},
"exclude-from-classmap": [
"Resources/",
"Tests/"
]
},
"require-dev": {
"phpunit/phpunit": "^9.5"
}
}