forked from trexima/cv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 1.2 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
{
"name": "trexima/cv",
"description": "Bundle provides form for creating CV in european format.",
"type": "symfony-bundle",
"version": "1.7.1",
"license": "MIT",
"keywords": ["cv"],
"authors": [
{
"name": "TREXIMA Bratislava, spol. s r.o.",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"php": "^8.1",
"symfony/framework-bundle": "^6.0",
"symfony/twig-bundle": "^6.0",
"claviska/simpleimage": "^3.3",
"pelago/emogrifier": "^7.0",
"symfony/translation": "^6.0",
"symfony/asset": "^6.0",
"symfony/yaml": "^6.0",
"symfony/webpack-encore-bundle": "^1.15",
"symfony/form": "^6.0",
"doctrine/orm": "^2 || ^3",
"trexima/harvey-client": "^1.2",
"symfony/validator": "^6.0",
"mpdf/mpdf": "^8.1"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"roave/security-advisories": "dev-master"
},
"suggest": {
"odolbeau/phone-number-bundle": "libphonenumber integration"
},
"autoload": {
"psr-4": {
"Trexima\\EuropeanCvBundle\\": "src/"
}
}
}