forked from BeSimple/BeSimpleSsoAuthBundle
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
45 lines (45 loc) · 1.37 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
41
42
43
44
45
{
"name": "webnet/sso-auth-bundle",
"type": "symfony-bundle",
"description": "SSO authentication your Symfony2 project ",
"keywords": ["CAS", "SSO", "Symfony2", "authentication", "phpCas"],
"homepage": "https://github.com/webnet-fr/WebnetSsoAuthBundle",
"license": "MIT",
"authors": [
{
"name": "Amine Mokeddem",
"email": "amokeddem@webnet.fr"
},
{
"name": "Webnet",
"homepage": "https://www.webnet.fr"
}
],
"require": {
"php": ">=5.3.3",
"kriswallsmith/buzz": ">=0.7,<1.0-dev",
"symfony/framework-bundle": "~2.1|~3.0|~4.0",
"symfony/twig-bundle": "~2.1|~3.0|~4.0",
"symfony/security-bundle": "~2.1|~3.0|~4.0",
"jasig/phpcas": "1.3.5"
},
"require-dev": {
"symfony/browser-kit": "~2.1|~4.0",
"symfony/css-selector": "~2.1|~4.0",
"symfony/filesystem": "~2.1|~4.0",
"symfony/form": "~2.1|~4.0",
"symfony/validator": "~2.1|~4.0",
"symfony/web-profiler-bundle": "~2.1|~4.0",
"symfony/yaml": "~2.1|~4.0",
"symfony/expression-language": "~2.4|~4.0"
},
"autoload": {
"psr-0": { "Webnet\\SsoAuthBundle": "" }
},
"target-dir": "Webnet/SsoAuthBundle",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}