Skip to content

Commit 62a017c

Browse files
committed
Fix version constraint
1 parent ddf3f2c commit 62a017c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
"ext-pcre": "*",
2727
"ext-zlib": "*",
2828

29-
"nyholm/psr7": "~1.8.2",
30-
"psr/clock": "~1.0.0",
29+
"nyholm/psr7": "~1.8",
30+
"psr/clock": "~1.0",
3131
"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"
32+
"psr/log": "~2.3 || ~3.0",
33+
"simplesamlphp/assert": "~1.9",
34+
"simplesamlphp/xml-common": "~2.2",
35+
"simplesamlphp/xml-security": "~2.0",
36+
"simplesamlphp/xml-soap": "~2.0"
3737
},
3838
"require-dev": {
3939
"ext-intl": "*",

0 commit comments

Comments
 (0)