forked from lightSAML/SpBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.24 KB
/
Copy pathcomposer.json
File metadata and controls
44 lines (44 loc) · 1.24 KB
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
{
"name": "kidatsy/lightsaml-sp-bundle",
"license": "MIT",
"type": "symfony-bundle",
"description": "Clone of Light SAML2 SP Symfony Bundle, enabling PHP 5.6",
"homepage": "http://www.lightsaml.com/SP-Bundle/",
"authors": [
{
"name": "Milos Tomic",
"email": "tmilos@gmail.com",
"homepage": "http://github.com/tmilos",
"role": "Developer"
},
{
"name": "Toshiro Kida",
"email": "toshiro.kida@gmail.com",
"homepage": "https://github.com/kidatsy",
"role": "Cloner"
}
],
"autoload": {
"psr-0": {
"LightSaml\\SpBundle\\Tests\\": "tests/",
"LightSaml\\SpBundle\\": "src/"
}
},
"require": {
"php": ">=5.5.1",
"symfony/framework-bundle": "~2.3|~3.0",
"symfony/security-bundle": "~2.3|~3.0",
"kidatsy/lightsaml-symfony-bridge": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.6",
"symfony/symfony": "~2.3|~3.0",
"symfony/monolog-bundle": "~2.3|~3.0",
"satooshi/php-coveralls": "~0.6"
},
"config": {
"bin-dir": "bin"
},
"prefer-stable": true,
"minimum-stability": "stable"
}