-
- Downloads
Merge branch 'bump-versions' into 'main'
Bump PHP, SSP and oidc versions See merge request !12
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 @@ | ... | @@ -12,7 +12,8 @@ |
"config": { | "config": { | ||
"allow-plugins": { | "allow-plugins": { | ||
"simplesamlphp/composer-module-installer": true | "simplesamlphp/composer-module-installer": true | ||
} | }, | ||
"cache-dir": "build/composer" | |||
}, | }, | ||
"autoload": { | "autoload": { | ||
"psr-4": { | "psr-4": { | ||
... | @@ -25,7 +26,7 @@ | ... | @@ -25,7 +26,7 @@ |
} | } | ||
}, | }, | ||
"require": { | "require": { | ||
"php": "^7.4 || ^8.0", | "php": "^8.0", | ||
"ext-pdo": "*", | "ext-pdo": "*", | ||
"ext-pdo_sqlite": "*", | "ext-pdo_sqlite": "*", | ||
"composer-runtime-api": "^2.0", | "composer-runtime-api": "^2.0", | ||
... | @@ -38,9 +39,9 @@ | ... | @@ -38,9 +39,9 @@ |
"vimeo/psalm": "^5", | "vimeo/psalm": "^5", | ||
"phpunit/phpunit": "^9", | "phpunit/phpunit": "^9", | ||
"squizlabs/php_codesniffer": "^3", | "squizlabs/php_codesniffer": "^3", | ||
"simplesamlphp/simplesamlphp": "^2", | "simplesamlphp/simplesamlphp": "2.0.*", | ||
"simplesamlphp/simplesamlphp-test-framework": "^1", | "simplesamlphp/simplesamlphp-test-framework": "^1", | ||
"simplesamlphp/simplesamlphp-module-oidc": "^3", | "simplesamlphp/simplesamlphp-module-oidc": "^4", | ||
"fakerphp/faker": "^1.22" | "fakerphp/faker": "^1.22" | ||
}, | }, | ||
"suggest": { | "suggest": { | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment