flipboxfactory / saml-sp

SAML Service Provider (SP) Plugin for Craft CMS
https://saml-sp.flipboxfactory.com/
Other
19 stars 5 forks source link

Invalid Argument Exception #10

Closed smockensturm closed 6 years ago

smockensturm commented 6 years ago

Hi. Installation fails.

composer require flipboxfactory/saml-sp

Could not find a version of package flipboxfactory/saml-sp matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability.

Please advise. Thanks.

Craft CMS 3.0.18 PHP 7.0 Composer 1.6.4

nateiler commented 6 years ago

The plugin isn't technically in a stable release yet. Therefore you'll need to add this to your composer.json file:

"minimum-stability":"beta",
"prefer-stable": true
smockensturm commented 6 years ago

Thanks. All set.