collectiveaccess / providence

Cataloguing and data/media management application
GNU General Public License v3.0
295 stars 167 forks source link

Add simplesamlphp and update dependencies #1579

Closed goetzk closed 4 months ago

goetzk commented 4 months ago

The current graphql-client and stash depended on the old version of psr/cache while simplesamlphp depends on newer versions of psr/cache. To resolve that conflict grapql-client and stash are being upgraded to a newer version which supports at least psr/cache v2.0

For stash, this makes its minimum supported PHP version 8.

SimpleSAMLphp version 2.0 will end its security support later this year, so newer versions should be used where possible. To aid in identifying simplesamlphp for future users it has been added to the suggests section in composer.