StudentAffairsUWM / Laravel-Shibboleth-Service-Provider

Shibboleth Authentication for Laravel
https://packagist.org/packages/saitswebuwm/shibboleth
30 stars 37 forks source link

Laravel framework 7.3.0? #31

Closed yves-chevallier closed 4 years ago

yves-chevallier commented 4 years ago

Is this compatible with Laravel 6?

$ composer require studentaffairsuwm/shibboleth
Using version ^1.1 for studentaffairsuwm/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 studentaffairsuwm/shibboleth ^1.1 -> satisfiable by studentaffairsuwm/shibboleth[1.1.1].
    - Conclusion: remove laravel/framework v7.3.0
    - Conclusion: don't install laravel/framework v7.3.0
the-paulus commented 4 years ago

No, this only for 5.x. You might want to look at uabookstores/laravel-shibboleth since it has been recently updated within the last month.

yves-chevallier commented 4 years ago

Excellent ! This work perfectly !