forked from lightSAML/SymfonyBridgeBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 918 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 918 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
34
35
36
{
"name": "lightsaml/symfony-bridge",
"license": "MIT",
"type": "symfony-bundle",
"description": "Light SAML Symfony bridge bundle",
"autoload": {
"psr-0": {
"LightSaml\\SymfonyBridgeBundle\\Tests\\": "tests/",
"LightSaml\\SymfonyBridgeBundle\\": "src/"
}
},
"require": {
"php": ">=5.5.1",
"symfony/framework-bundle": "~2.3",
"lightSAML/lightSAML": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "~4.5",
"satooshi/php-coveralls": "~0.6"
},
"suggest": {
"lightsaml/lightsamp-idp": "If you will be using IDP LightSAML services"
},
"scripts": {
"post-install-cmd": [
"bash contrib/setup.sh"
],
"post-update-cmd": [
]
},
"config": {
"bin-dir": "bin"
},
"prefer-stable": true,
"minimum-stability": "dev"
}