-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (44 loc) · 1.05 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
{
"name": "valbiongroup/comusparty",
"description": "Application web de mini-jeux en ligne",
"minimum-stability": "stable",
"license": "proprietary",
"authors": [
{
"name": "Lucas ESPIET",
"email": "lespiet@iutbayonne.univ-pau.fr"
},
{
"name": "Estéban DESESSARD",
"email": "edesessard@iutbayonne.univ-pau.fr"
},
{
"name": "Mathis RIVRAIS-NOWAKOWSKI",
"email": "mrnowakowski@iutbayonne.univ-pau.fr"
},
{
"name": "Robin CONCHEZ-BOUEYTOU",
"email": "rcboueytou@iutbayonne.univ-pau.fr"
},
{
"name": "Enzo HAMID",
"email": "ehamid@iutbayonne.univ-pau.fr"
}
],
"require": {
"vlucas/phpdotenv": "^5.6",
"twig/intl-extra": "^3.13",
"twig/twig": "^3.14",
"ramsey/uuid": "^4.7",
"phpmailer/phpmailer": "^6.9",
"siniliote-twig/date-extra": "^3.4",
"symfony/translation-contracts": "^3.5",
"cboden/ratchet": "^0.4.4",
"ext-pdo": "*",
"ext-curl": "*",
"ext-xdebug": "*"
},
"require-dev": {
"phpunit/phpunit": "^11.4"
}
}