-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·45 lines (44 loc) · 1.11 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": "unicaen/preecog",
"description": "EMC2 : Emploi Mobilité Carrière Compétences ",
"repositories": [
{
"type": "composer",
"url": "https://gest.unicaen.fr/packagist"
}
],
"require": {
"laminas/laminas-cli": "*",
"unicaen/app": "^7.0",
"unicaen/authentification": "^6.4",
"unicaen/utilisateur": "^7.0",
"unicaen/privilege": "^6.2",
"unicaen/renderer": "^6",
"unicaen/pdf": "^6",
"unicaen/mail": "^7",
"unicaen/parametre": "^6",
"unicaen/bjy-authorize": "^6.1",
"unicaen/ldap": "^7",
"unicaen/evenement": "^6",
"unicaen/autoform": "^6",
"unicaen/aide": "^0",
"ext-json": "*",
"ext-gettext": "*",
"unicaen/indicateur": "^6.1",
"unicaen/synchro": "^6.1",
"unicaen/utilisateur-ldap-adapter" : "^2.0",
"unicaen/etat": "^6.0",
"unicaen/validation": "^6.1",
"unicaen/observation": "^0.0",
"ext-iconv": "*",
"unicaen/bddadmin": "0.9.9"
},
"require-dev": {
"laminas/laminas-developer-tools": ">=1.0"
},
"config": {
"allow-plugins": {
"laminas/laminas-dependency-plugin": false
}
}
}