-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (39 loc) · 1.21 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
{
"name": "univ-paris1.fr/recherche-de-creneaux",
"description": "recherche de creneaux sur les agendas de l'université Paris 1 Panthéon Sorbonne, utilise les FREE/BUSY icalendar",
"type": "project",
"license": "Apache-2.0",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=8.1",
"kigkonsult/icalcreator": "^2.41.83",
"league/period": "^5.3.1",
"rlanvin/php-rrule": "^2.4.1",
"vlucas/phpdotenv": "^5.6.0",
"apereo/phpcas": "^1.6",
"phpunit/phpunit": "^10.5",
"aghilanbaskar/zoom-library": "^1.0",
"hercule-tech/jours-feries-france": "^1.4",
"phpmailer/phpmailer": "^6.9",
"sabre/vobject": "^4.5.6",
"brunobetioli/easypeasyics": "^1.0",
"sabre/dav": "^4.7",
"rfx/cast": "^1.1"
},
"config": {
"allow-plugins": {
"composer/installers": true,
"oomphinc/composer-installers-extender": true
}
},
"autoload": {
"psr-4": {"RechercheCreneaux\\": "src/",
"RechercheCreneaux\\Type\\": "src/type",
"RechercheCreneauxLib\\": "lib/"
}
},
"require-dev": {
"phpstan/phpstan": "^1.10"
}
}