forked from lightSAML/SymfonyBridgeBundle
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
40 lines (40 loc) · 1.11 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
{
"name": "lightsaml/symfony-bridge",
"license": "MIT",
"type": "symfony-bundle",
"description": "Light SAML Symfony bridge bundle",
"homepage": "http://www.lightsaml.com",
"authors": [
{
"name": "Milos Tomic",
"email": "[email protected]",
"homepage": "http://github.com/tmilos",
"role": "Developer"
}
],
"autoload": {
"psr-0": {
"LightSaml\\SymfonyBridgeBundle\\Tests\\": "tests/",
"LightSaml\\SymfonyBridgeBundle\\": "src/"
}
},
"require": {
"php": ">=5.5.1",
"symfony/framework-bundle": "~2.3|~3.0|~4.0",
"symfony/dependency-injection": "~2.3|~3.0|~4.0",
"symfony/yaml": "~2.3|~3.0|~4.0",
"lightsaml/lightsaml": "~1.1"
},
"require-dev": {
"phpunit/phpunit": "~4.5",
"satooshi/php-coveralls": "~0.6"
},
"suggest": {
"lightsaml/lightsamp-idp": "If you will be using IDP LightSAML services"
},
"config": {
"bin-dir": "bin"
},
"prefer-stable": true,
"minimum-stability": "stable"
}