-
- Downloads
Bump PHP, SSP and oidc versions
parent
d1e0c017
No related branches found
No related tags found
Showing
- .github/workflows/test.yml 3 additions, 3 deletions.github/workflows/test.yml
- .gitlab-ci.yml 2 additions, 4 deletions.gitlab-ci.yml
- composer.json 5 additions, 4 deletionscomposer.json
- composer.lock 449 additions, 417 deletionscomposer.lock
- hooks/hook_cron.php 1 addition, 1 deletionhooks/hook_cron.php
- psalm.xml 1 addition, 1 deletionpsalm.xml
- src/ModuleConfiguration.php 1 addition, 2 deletionssrc/ModuleConfiguration.php
... | ... | @@ -12,7 +12,8 @@ |
"config": { | ||
"allow-plugins": { | ||
"simplesamlphp/composer-module-installer": true | ||
} | ||
}, | ||
"cache-dir": "build/composer" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... | @@ -25,7 +26,7 @@ |
} | ||
}, | ||
"require": { | ||
"php": "^7.4 || ^8.0", | ||
"php": "^8.0", | ||
"ext-pdo": "*", | ||
"ext-pdo_sqlite": "*", | ||
"composer-runtime-api": "^2.0", | ||
... | ... | @@ -38,9 +39,9 @@ |
"vimeo/psalm": "^5", | ||
"phpunit/phpunit": "^9", | ||
"squizlabs/php_codesniffer": "^3", | ||
"simplesamlphp/simplesamlphp": "^2", | ||
"simplesamlphp/simplesamlphp": "2.0.*", | ||
"simplesamlphp/simplesamlphp-test-framework": "^1", | ||
"simplesamlphp/simplesamlphp-module-oidc": "^3", | ||
"simplesamlphp/simplesamlphp-module-oidc": "^4", | ||
"fakerphp/faker": "^1.22" | ||
}, | ||
"suggest": { | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment