-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 1.06 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
{
"name": "mopolo/cv",
"type": "project",
"description": "My portfolio",
"license": "MIT",
"authors": [
{
"name": "Nathan Boiron",
"email": "[email protected]"
}
],
"require": {
"php": "8.3.13",
"ext-intl": "*",
"ext-json": "*",
"cuyz/valinor": "1.14.1",
"filp/whoops": "^2.16.0",
"intervention/image": "^3.9.1",
"league/commonmark": "^2.5.3",
"spatie/commonmark-shiki-highlighter": "^2.5.0",
"symfony/config": "^7.1.7",
"symfony/finder": "^7.1.6",
"symfony/translation": "^7.1.6",
"symfony/yaml": "^7.1.6",
"twig/intl-extra": "^3.13.0",
"twig/string-extra": "^3.13.0",
"twig/twig": "^3.14.2"
},
"autoload": {
"psr-4": {
"Mopolo\\Cv\\": "src"
}
},
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"require-dev": {
"phpstan/phpstan": "^1.12.10",
"phpstan/phpstan-strict-rules": "^1.6.1"
}
}