Skip to content
Snippets Groups Projects
Commit 68a34df2 authored by Pavel Břoušek's avatar Pavel Břoušek
Browse files

Merge branch 'renovate/php-8.x' into 'main'

fix(deps): update dependency php to v8

See merge request perun-proxy-aai/simplesamlphp/simplesamlphp-module-campusmultiauth!34
parents 147aac85 1c765fda
No related branches found
No related tags found
1 merge request!34fix(deps): update dependency php to v8
Pipeline #207495 passed with warnings
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
], ],
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"require": { "require": {
"php": "^7.4", "php": "^8.1",
"simplesamlphp/composer-module-installer": "~1.0", "simplesamlphp/composer-module-installer": "~1.0",
"simplesamlphp/simplesamlphp": "^1.19", "simplesamlphp/simplesamlphp": "^1.19",
"league/commonmark": "^2.0", "league/commonmark": "^2.0",
...@@ -15,17 +15,17 @@ ...@@ -15,17 +15,17 @@
"ext-curl": "*", "ext-curl": "*",
"ext-simplexml": "*", "ext-simplexml": "*",
"ext-json": "*", "ext-json": "*",
"web-token/jwt-core": "^2.2", "web-token/jwt-core": "^3.0",
"web-token/jwt-signature-algorithm-hmac": "^2.2", "web-token/jwt-signature-algorithm-hmac": "^3.0",
"web-token/jwt-encryption-algorithm-aesgcmkw": "^2.2", "web-token/jwt-encryption-algorithm-aesgcmkw": "^3.0",
"web-token/jwt-encryption-algorithm-aesgcm": "^2.2", "web-token/jwt-encryption-algorithm-aesgcm": "^3.0",
"web-token/jwt-nested-token": "^2.2", "web-token/jwt-nested-token": "^3.0",
"web-token/jwt-checker": "^2.2", "web-token/jwt-checker": "^3.0",
"donatj/phpuseragentparser": "^1.0" "donatj/phpuseragentparser": "^1.0"
}, },
"config": { "config": {
"platform": { "platform": {
"php": "7.4" "php": "8.1"
}, },
"allow-plugins": { "allow-plugins": {
"simplesamlphp/composer-module-installer": true "simplesamlphp/composer-module-installer": true
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment