We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1913d01 commit 0070b0eCopy full SHA for 0070b0e
composer.json
@@ -37,15 +37,15 @@
37
"php": "^8.3",
38
"ext-pdo": "*",
39
40
- "simplesamlphp/assert": "^1.9",
41
- "simplesamlphp/composer-module-installer": "^1.5",
42
- "simplesamlphp/saml2": "^6.0",
+ "simplesamlphp/assert": "~2.0",
+ "simplesamlphp/composer-module-installer": "~1.7",
+ "simplesamlphp/saml2": "~6.1",
43
44
- "simplesamlphp/simplesamlphp": "^2.5@dev",
+ "simplesamlphp/simplesamlphp": "~2.5@dev",
45
"symfony/http-foundation": "^7.4"
46
},
47
"require-dev": {
48
- "simplesamlphp/simplesamlphp-test-framework": "^1.11"
+ "simplesamlphp/simplesamlphp-test-framework": "~1.11"
49
50
"support": {
51
"issues": "https://github.com/simplesamlphp/simplesamlphp-module-consent/issues",
0 commit comments