razorbacks / laravel-shibboleth

Shibboleth Authentication for Laravel
10 stars 5 forks source link

Not working with Laravel 6 ? #13

Open yves-chevallier opened 4 years ago

yves-chevallier commented 4 years ago
$ composer require razorbacks/laravel-shibboleth
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Using version ^3.0 for razorbacks/laravel-shibboleth
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for razorbacks/laravel-shibboleth ^3.0 -> satisfiable by razorbacks/laravel-shibboleth[3.0.0].
    - Conclusion: remove laravel/framework v7.3.0
    - Conclusion: don't install laravel/framework v7.3.0
    - razorbacks/laravel-shibboleth 3.0.0 requires laravel/framework 5.4.* || 5.5.* -> satisfiable by laravel/framework[5.4.x-dev, 5.5.x-dev].
    - Can only install one of: laravel/framework[5.5.x-dev, v7.3.0].
    - laravel/framework 5.4.x-dev conflicts with laravel/framework[v7.3.0].
    - Installation request for laravel/framework (locked at v7.3.0, required as ^7.0) -> satisfiable by laravel/framework[v7.3.0].

Installation failed, reverting ./composer.json to its original content.
alessioacella commented 4 years ago

up

ernst77 commented 4 years ago

any updates?

yves-chevallier commented 4 years ago

Eventually I managed to use Shibboleth with another package which seems to be an updated fork of this one: https://github.com/uabookstores/laravel-shibboleth

ernst77 commented 4 years ago

Thank you! Will try in few days on laravel 7 :)