forked from univlorraine/SymfonyCasBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 729 Bytes
/
Copy pathcomposer.json
File metadata and controls
29 lines (29 loc) · 729 Bytes
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
{
"name": "univlorraine/symfony-cas-bundle",
"type": "symfony-bundle",
"description": "Symfony 5.4+ bundle for CAS Authentication wrapping phpCAS lib from Apereo",
"keywords": ["CAS", "SSO", "Authentication", "Université de Lorraine", "Symfony"],
"license": "CECILL-2.1",
"authors": [
{
"name": "Benjamin Lemoine",
"email": "benjamin.lemoine@univ-lorraine.fr"
}
],
"require": {
"php": ">=7.4",
"jasig/phpcas": "~1.5.0",
"symfony/framework-bundle": "^5.4|^6.0",
"symfony/security-bundle": "^5.4|^6.0"
},
"autoload": {
"psr-4": {
"UnivLorraine\\Bundle\\SymfonyCasBundle\\": "src/"
}
},
"extra": {
"symfony": {
"allow-contrib": "true"
}
}
}