We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf3f2c commit 62a017cCopy full SHA for 62a017c
composer.json
@@ -26,14 +26,14 @@
26
"ext-pcre": "*",
27
"ext-zlib": "*",
28
29
- "nyholm/psr7": "~1.8.2",
30
- "psr/clock": "~1.0.0",
+ "nyholm/psr7": "~1.8",
+ "psr/clock": "~1.0",
31
"psr/http-message": "~2.0",
32
- "psr/log": "~2.3.1 || ~3.0.0",
33
- "simplesamlphp/assert": "~1.9.0",
34
- "simplesamlphp/xml-common": "~2.1.2",
35
- "simplesamlphp/xml-security": "~2.0.2",
36
- "simplesamlphp/xml-soap": "~2.0.3"
+ "psr/log": "~2.3 || ~3.0",
+ "simplesamlphp/assert": "~1.9",
+ "simplesamlphp/xml-common": "~2.2",
+ "simplesamlphp/xml-security": "~2.0",
+ "simplesamlphp/xml-soap": "~2.0"
37
},
38
"require-dev": {
39
"ext-intl": "*",
0 commit comments