We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba7b0cc commit be42756Copy full SHA for be42756
1 file changed
composer.json
@@ -4,6 +4,14 @@
4
"type": "symfony-bundle",
5
"description": "Light SAML2 SP Symfony Bundle",
6
"homepage": "http://www.lightsaml.com/SP-Bundle/",
7
+ "authors": [
8
+ {
9
+ "name": "Milos Tomic",
10
+ "email": "tmilos@gmail.com",
11
+ "homepage": "http://github.com/tmilos",
12
+ "role": "Developer"
13
+ }
14
+ ],
15
"autoload": {
16
"psr-0": {
17
"LightSaml\\SpBundle\\Tests\\": "tests/",
@@ -14,7 +22,7 @@
22
"php": ">=5.5.1",
23
"symfony/framework-bundle": "~2.3|~3.0",
24
"symfony/security-bundle": "~2.3|~3.0",
- "lightsaml/symfony-bridge": "dev-master"
25
+ "lightsaml/symfony-bridge": "~1.0"
18
26
},
19
27
"require-dev": {
20
28
"phpunit/phpunit": "~4.6",
@@ -26,5 +34,5 @@
34
"bin-dir": "bin"
35
36
"prefer-stable": true,
29
- "minimum-stability": "dev"
37
+ "minimum-stability": "stable"
30
38
}
0 commit comments