forked from OpenConext/Stepup-saml-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
27 lines (27 loc) · 826 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
{
"name": "surfnet/stepup-saml-bundle",
"type": "symfony-bundle",
"description": "A Symfony2 bundle that integrates the simplesamlphp\\saml2 library with Symfony",
"keywords": ["surfnet", "StepUp", "simplesamlphp", "SAML", "SAML2"],
"license": "Apache-2.0",
"minimum-stability": "stable",
"require": {
"php": ">=5.4,<8.0-dev",
"ext-openssl": "*",
"simplesamlphp/saml2": "^1.8",
"symfony/dependency-injection": "^2.7",
"symfony/framework-bundle": "^2.7",
"robrichards/xmlseclibs": "^1.4.0"
},
"require-dev": {
"ibuildings/qa-tools": "~1.1",
"liip/rmt": "~1.1",
"mockery/mockery": "~0.9",
"psr/log": "~1.0"
},
"autoload": {
"psr-4": {
"Surfnet\\SamlBundle\\": "src"
}
}
}