-
- Downloads
Add firebase/jwt-php 6 spport. Address #71
... | ... | @@ -13,7 +13,7 @@ |
"simplesamlphp/composer-module-installer": "^1.1", | ||
"league/oauth2-client": "^2.6", | ||
"simplesamlphp/simplesamlphp": "^v2.0.0", | ||
"firebase/php-jwt": "^5.0", | ||
"firebase/php-jwt": "^5.5|^6", | ||
"kevinrob/guzzle-cache-middleware": "^3.2", | ||
"psr/cache": "^1.0", | ||
"symfony/cache": "^5.0|^4.3|^3.4", | ||
... | ... | @@ -24,6 +24,11 @@ |
"phpunit/phpunit": "^9.5", | ||
"psalm/plugin-phpunit": "^0.18.3" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"SimpleSAML\\Module\\authoauth2\\": "src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Test\\SimpleSAML\\": "tests/lib/" | ||
... | ... |
Please register or sign in to comment