lightSAML / SpBundle

SAML2 SP Symfony Bundle based on LightSAML
https://www.lightsaml.com/SP-Bundle/
MIT License
66 stars 70 forks source link

Error while downloading via composer #17

Closed INSEAD-asim closed 8 years ago

INSEAD-asim commented 8 years ago

Hi,

I am facing issue while downloading package via composer. I am using command composer require "lightsaml/sp-bundle" but it is showing following error. Appreciate help on this.

[InvalidArgumentException] Could not find package lightsaml/sp-bundle at any version for your minimum-stability (stable). Check the package spelling or your minimum-stability

INSEAD-asim commented 8 years ago

Hi,

I able to resolve issue. It was due to platform settings in composer.json which forces to use php 5.3.9. I removed this setting and package downloaded fine.

tmilos commented 8 years ago

@INSEAD-asim guess you created your project with the symfony cli, right? I had such issue with platform myself on some other project.

INSEAD-asim commented 8 years ago

Yes @tmilos! You are right. I created project with symfony cli. But it was good learning for me when I solved this issue.