aerialship / SamlSPBundle

SAML 2.0 Symfony SP Bundle - new version available at
http://www.lightsaml.com/SP-Bundle/
MIT License
63 stars 43 forks source link

[Insight] Version of dependencies should be fixed #21

Closed i3or1s closed 10 years ago

i3or1s commented 10 years ago

in composer.json

Package aerialship/lightsaml#dev-master is not fixed.

{
    "name": "aerialship/saml-sp-bundle",
    "license": "MIT",
    "type": "project",
    "description": "Symfony2 SAML2 authentication bundle",
    "autoload": {
        "psr-0": { "": "src/" }
    },
    "require": {
        "php": ">=5.4.1",
        "aerialship/lightsaml": "dev-master",
        "symfony/symfony": "~2.2"
    },
    "suggest": {
        "doctrine/orm": "If you want store sso state to database"
    },
    "scripts": {
        "post-install-cmd": [
        ],
        "post-update-cmd": [
        ]
    },
    "config": {
        "bin-dir": "bin"
    },
    "prefer-stable": true,
    "minimum-stability": "dev"
}

Posted from SensioLabsInsight

artyom-d commented 10 years ago

Any news on this issue?

tmilos commented 10 years ago

Fixed in f5fb9c3a95186a

artyom-d commented 10 years ago

Thank you.