diff --git a/composer.json b/composer.json index a8e1009..2a82e06 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,15 @@ "license": "MIT", "type": "symfony-bundle", "description": "Light SAML Symfony bridge bundle", + "homepage": "http://www.lightsaml.com", + "authors": [ + { + "name": "Milos Tomic", + "email": "tmilos@gmail.com", + "homepage": "http://github.com/tmilos", + "role": "Developer" + } + ], "autoload": { "psr-0": { "LightSaml\\SymfonyBridgeBundle\\Tests\\": "tests/", @@ -14,7 +23,7 @@ "symfony/framework-bundle": "~2.3|~3.0", "symfony/dependency-injection": "~2.3|~3.0", "symfony/yaml": "~2.3|~3.0", - "lightSAML/lightSAML": "dev-master" + "lightsaml/lightsaml": "~1.0" }, "require-dev": { "phpunit/phpunit": "~4.5", @@ -27,5 +36,5 @@ "bin-dir": "bin" }, "prefer-stable": true, - "minimum-stability": "dev" + "minimum-stability": "stable" }