-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
45 lines (45 loc) · 1.27 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
41
42
43
44
45
{
"name": "whatwedo/esr-bundle",
"type": "symfony-bundle",
"description": "Symfony4 bundle for creating orange inpayment slip PDF's",
"license": "MIT",
"keywords": ["postfinance", "e-payment", "esr", "ips", "qr-invoice"],
"homepage": "https://github.com/whatwedo/EsrBundle",
"authors": [
{
"name": "Ueli Banholzer",
"email": "[email protected]",
"homepage": "https://whatwedo.ch"
},
{
"name": "Maurizio Monticelli",
"email": "[email protected]"
},
{
"name": "Nicolo Singer",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"whatwedo\\EsrBundle\\": ""
}
},
"minimum-stability": "dev",
"require": {
"php": ">=7.3",
"knplabs/knp-snappy-bundle": "^1.5",
"symfony/templating": ">=3.4",
"symfony/twig-bridge": ">=3.4",
"symfony/twig-bundle": ">=3.4",
"symfony/yaml": ">=3.4",
"symfony/security-csrf": ">=3.4",
"symfony/validator": ">=3.4",
"doctrine/annotations": "~1.0",
"symfony/mime": ">=3.4",
"sprain/swiss-qr-bill": "^3.2"
},
"require-dev": {
"phpunit/phpunit": "^7"
}
}