simplesamlphp / simplesamlphp-module-authorize

This module provides a user authorization filter based on attribute matching
GNU Lesser General Public License v2.1
5 stars 6 forks source link

Composer install fails #8

Closed isrjo closed 1 year ago

isrjo commented 1 year ago

If with composer against simplesamlphp v2.0.0-rc2 trying to install this module you are rewarded with the following error

  Problem 1
    - Root composer.json requires simplesamlphp/simplesamlphp-module-authorize ^1.2 -> satisfiable by simplesamlphp/simplesamlphp-module-authorize[v1.2.0].
    - simplesamlphp/simplesamlphp-module-authorize v1.2.0 requires simplesamlphp/assert ~0.2.13 -> found simplesamlphp/assert[v0.2.13] but it conflicts with your root composer.json require (^0.8.0).

Installing directly via git the module as such seem to work just fine.

tvdijen commented 1 year ago

Thanks for reporting this @isrjo ! Not all the modules are ready to be used with v2.0.0-rc2 yet. We're working on it! I just fixed this one, so you should be able to install it now. Can you confirm?

isrjo commented 1 year ago

It sure does, thanks!