forked from AdactiveSAS/saml2-bridge-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (44 loc) · 1005 Bytes
/
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
{
"name": "adactive-sas/saml2-bridge-bundle",
"description": "Symfony bundle that provide a SAML Identity Provider (idp).",
"keywords": [
"adactiveSas",
"SAML",
"SAML2",
"idp",
"identity-provider",
"saml-idp",
"Symfony",
"Bundle",
"symfony-bundle",
"bridge"
],
"type": "symfony-bundle",
"license": "GPL-3.0-or-later",
"minimum-stability": "stable",
"authors": [
{
"name": "moroine",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.6,<8.0-dev",
"ext-openssl": "*",
"simplesamlphp/saml2": "^1.10.3",
"symfony/symfony": "^2.7.0|^3.0.0",
"symfony/workflow": "^3.2.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.17",
"symfony/phpunit-bridge": "^2.8.0|^3.0.0",
"liip/functional-test-bundle": "^1.7",
"twig/twig": "^1.34|^2.0",
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
"psr-4": {
"AdactiveSas\\Saml2BridgeBundle\\": "src"
}
}
}