Skip to content

Commit 624dde8

Browse files
committed
Fix version constraint on ssp-local dependencies
1 parent 63d1712 commit 624dde8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
"ext-pcre": "*",
4444
"ext-spl": "*",
4545

46-
"simplesamlphp/assert": "~1.9.0",
47-
"simplesamlphp/xml-common": "~2.1.0"
46+
"simplesamlphp/assert": "~1.9",
47+
"simplesamlphp/xml-common": "~2.2"
4848
},
4949
"require-dev": {
50-
"simplesamlphp/simplesamlphp-test-framework": "~1.10.2"
50+
"simplesamlphp/simplesamlphp-test-framework": "~1.10"
5151
},
5252
"config": {
5353
"allow-plugins": {

0 commit comments

Comments
 (0)