Skip to content

Commit 77bd4ee

Browse files
committed
Fix version constraint on ssp-local dependencies
1 parent 4be1565 commit 77bd4ee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"ext-dom": "*",
1515
"ext-pcre": "*",
1616

17-
"simplesamlphp/assert": "~1.9.1",
18-
"simplesamlphp/xml-common": "~2.1.2"
17+
"simplesamlphp/assert": "~1.9",
18+
"simplesamlphp/xml-common": "~2.1"
1919
},
2020
"require-dev": {
21-
"simplesamlphp/simplesamlphp-test-framework": "~1.10.3"
21+
"simplesamlphp/simplesamlphp-test-framework": "~1.10"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)