forked from BeSimple/BeSimpleSsoAuthBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 965 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 965 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
30
31
32
33
{
"name": "besimple/sso-auth-bundle",
"type": "symfony-bundle",
"description": "SSO authentication your Symfony3 project ",
"keywords": ["CAS", "SSO", "Symfony3", "authentication"],
"homepage": "https://github.com/BeSimple/BeSimpleSsoAuthBundle",
"license": "MIT",
"authors": [
{
"name": "Jean-François Simon",
"email": "contact@jfsimon.fr"
},
{
"name": "BeSimple Community",
"homepage": "https://github.com/BeSimple/BeSimpleSsoAuthBundle/contributors"
}
],
"require": {
"php": ">=5.3.3",
"kriswallsmith/buzz": ">=0.7,<1.0-dev",
"symfony/framework-bundle": "~3.0",
"symfony/security": "^3.0"
},
"autoload": {
"psr-0": { "BeSimple\\SsoAuthBundle": "" }
},
"target-dir": "BeSimple/SsoAuthBundle",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}