Skip to content

Commit 8f56ca3

Browse files
committed
Fix version constraint on ssp-local dependencies
1 parent fc8c6c7 commit 8f56ca3

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
@@ -42,11 +42,11 @@
4242
"ext-pcre": "*",
4343
"ext-spl": "*",
4444

45-
"simplesamlphp/assert": "~1.9.0",
46-
"simplesamlphp/composer-xmlprovider-installer": "~1.2.0"
45+
"simplesamlphp/assert": "~1.9",
46+
"simplesamlphp/composer-xmlprovider-installer": "~1.2"
4747
},
4848
"require-dev": {
49-
"simplesamlphp/simplesamlphp-test-framework": "~1.10.1"
49+
"simplesamlphp/simplesamlphp-test-framework": "~1.10"
5050
},
5151
"support": {
5252
"issues": "https://github.com/simplesamlphp/xml-common/issues",

0 commit comments

Comments
 (0)