stormpath / stormpath-laravel

Build simple, secure web applications with Stormpath and Laravel
Other
29 stars 6 forks source link

Package not compatible with new Laravel 5.2.30 app #46

Closed mapsi closed 8 years ago

mapsi commented 8 years ago

Hello there,

I'm currently evaluating auth/sso solutions and I tried to follow the guide for a prototype app, but when I do a composer require stormpath/laravel on a new Laravel 5.2.30 app, I get a

Your requirements could not be resolved to an installable set of packages.

Could you please shed some light?

Many thanks, Angel

bretterer commented 8 years ago

@mapsi

So sorry for the late response here.

There is a known issue with using composer require stormpath/laravel from the command line. To install the laravel package, you will need to edit the composer.json file and add "stormpath/laravel": "^0.4" to your require section. After doing this and saving the file, run composer update from the command line.

You can get more information on what is going on from issue #17 which links to the information from Composer on what is going on.

-Brian