forked from lightSAML/SymfonyBridgeBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (40 loc) · 1.12 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": ">=7.1.3",
"symfony/framework-bundle": "~4.0|~5.0",
"symfony/dependency-injection": "~4.0|~5.0",
"symfony/yaml": "~4.0|~5.0",
"lightsaml/lightsaml": "~1.1|~2.0"
},
"require-dev": {
"symfony/browser-kit": "~4.0|~5.0",
"symfony/finder": "~4.0|~5.0",
"symfony/filesystem": "~4.0|~5.0",
"symfony/routing": "~4.0|~5.0",
"phpunit/phpunit": "^5.7"
},
"config": {
"bin-dir": "bin"
},
"prefer-stable": true,
"minimum-stability": "stable"
}