We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a33f7 commit 6ce78e1Copy full SHA for 6ce78e1
composer.json
@@ -40,14 +40,15 @@
40
},
41
"require": {
42
"php": "^8.1",
43
- "simplesamlphp/assert": "^1.1",
44
- "simplesamlphp/composer-module-installer": "^1.3.4",
45
- "simplesamlphp/saml2": "^5.0@dev",
+
+ "simplesamlphp/assert": "^1.8",
+ "simplesamlphp/composer-module-installer": "^1.4",
46
+ "simplesamlphp/saml2": "^5.0",
47
"simplesamlphp/simplesamlphp": "^2.2",
48
"symfony/http-foundation": "^6.4"
49
50
"require-dev": {
- "simplesamlphp/simplesamlphp-test-framework": "^1.7.9"
51
+ "simplesamlphp/simplesamlphp-test-framework": "^1.9"
52
53
"support": {
54
"issues": "https://github.com/simplesamlphp/simplesamlphp-module-cdc/issues",
0 commit comments