We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94ce0a commit a6458b2Copy full SHA for a6458b2
1 file changed
composer.json
@@ -13,15 +13,15 @@
13
}
14
],
15
"require": {
16
- "php": "^8.2",
+ "php": "^8.3",
17
"ext-dom": "*",
18
19
- "simplesamlphp/assert": "~1.9",
20
- "simplesamlphp/saml2": "~6.0",
21
- "simplesamlphp/xml-common": "~2.4"
+ "simplesamlphp/assert": "~2.0",
+ "simplesamlphp/saml2": "~6.1",
+ "simplesamlphp/xml-common": "~2.7"
22
},
23
"require-dev": {
24
- "simplesamlphp/simplesamlphp-test-framework": "~1.10"
+ "simplesamlphp/simplesamlphp-test-framework": "~1.11"
25
26
"autoload": {
27
"psr-4": {
0 commit comments