Newer
Older
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
{
"name": "anis/server",
"type": "project",
"description": "Anis Server is used to configure information system CMS and to search into a business database",
"license": "CeCILL v2.1",
"authors": [
{
"name": "François Agneray",
"email": "francois.agneray@lam.fr"
},
{
"name": "Chrystel Moreau",
"email": "chrystel.moreau@lam.fr"
},
{
"name": "Tifenn Guillas",
"email": "tifenn.guillas@lam.fr"
}
],
"require": {
"slim/slim": "^4.7",
"nyholm/psr7": "^1.4",
"nyholm/psr7-server": "^1.0",
"php-di/php-di": "^6.3",
"monolog/monolog": "^2.2",
"doctrine/orm": "^2.8",
"firebase/php-jwt": "^5.2"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
"App\\": "src"
}
}
}