Skip to content

Commit be42756

Browse files
committed
release preparation
1 parent ba7b0cc commit be42756

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

composer.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
"type": "symfony-bundle",
55
"description": "Light SAML2 SP Symfony Bundle",
66
"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+
],
715
"autoload": {
816
"psr-0": {
917
"LightSaml\\SpBundle\\Tests\\": "tests/",
@@ -14,7 +22,7 @@
1422
"php": ">=5.5.1",
1523
"symfony/framework-bundle": "~2.3|~3.0",
1624
"symfony/security-bundle": "~2.3|~3.0",
17-
"lightsaml/symfony-bridge": "dev-master"
25+
"lightsaml/symfony-bridge": "~1.0"
1826
},
1927
"require-dev": {
2028
"phpunit/phpunit": "~4.6",
@@ -26,5 +34,5 @@
2634
"bin-dir": "bin"
2735
},
2836
"prefer-stable": true,
29-
"minimum-stability": "dev"
37+
"minimum-stability": "stable"
3038
}

0 commit comments

Comments
 (0)