forked from PRayno/CasAuthBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 763 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 763 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
{
"name": "prayno/casauth-bundle",
"type": "symfony-bundle",
"description": "Basic CAS (SSO) authenticator for Symfony 3, 4 and 5",
"keywords": ["PRayno", "CAS", "SSO", "Symfony 3", "Guard", "Symfony 4", "Symfony 5"],
"license": "MIT",
"authors": [
{
"name": "Pierre Raynaud",
"email": "pierre.raynaud@uca.fr"
}
],
"require": {
"symfony/config": "^3.0|^4.0|^5.0",
"symfony/dependency-injection": "^3.0|^4.0|^5.0",
"symfony/http-foundation": "^3.0|^4.0|^5.0",
"symfony/http-kernel": "^3.0|^4.0|^5.0",
"symfony/security-bundle": "^3.0|^4.0|^5.0",
"guzzlehttp/guzzle": "^6.2"
},
"autoload": {
"psr-0": { "PRayno\\CasAuthBundle": "" }
},
"target-dir": "PRayno/CasAuthBundle",
"extra": {
}
}