forked from lightSAML/SpBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1.02 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
{
"name": "claroline/lightsaml-bundle",
"license": "MIT",
"type": "symfony-bundle",
"description": "Light SAML2 SP Symfony Bundle",
"homepage": "http://www.lightsaml.com/SP-Bundle/",
"authors": [
{
"name": "Milos Tomic",
"email": "tmilos@gmail.com",
"homepage": "http://github.com/tmilos",
"role": "Developer"
}
],
"autoload": {
"psr-0": {
"LightSaml\\SpBundle\\Tests\\": "tests/",
"LightSaml\\SpBundle\\": "src/"
}
},
"require": {
"php": ">=7.2",
"symfony/framework-bundle": "~5.0|~6.0",
"symfony/security-bundle": "~5.0|~6.0",
"claroline/symfony-bridge": "~2.0"
},
"require-dev": {
"phpunit/phpunit": "~8.4|~9.5",
"sebastian/comparator": "^4.0",
"symfony/symfony": "~5.0|~6.0",
"symfony/monolog-bundle": "~3.0"
},
"config": {
"bin-dir": "bin"
},
"prefer-stable": true,
"minimum-stability": "stable"
}