Skip to content

Commit 729f2a3

Browse files
committed
Fix version constraints
1 parent 11be68f commit 729f2a3

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
@@ -37,18 +37,18 @@
3737
"ext-SimpleXML": "*",
3838
"ext-session": "*",
3939

40-
"simplesamlphp/assert": "~1.8.1",
41-
"simplesamlphp/composer-module-installer": "~1.4.0",
42-
"simplesamlphp/simplesamlphp": "~2.4.2",
40+
"simplesamlphp/assert": "~1.8",
41+
"simplesamlphp/composer-module-installer": "~1.4",
42+
"simplesamlphp/simplesamlphp": "~2.4",
4343
"simplesamlphp/xml-cas": "~1.3",
4444
"simplesamlphp/xml-common": "~1.17",
4545
"simplesamlphp/xml-soap": "~1.5",
46-
"symfony/http-foundation": "~6.4.0",
47-
"symfony/http-kernel": "~6.4.0",
48-
"simplesamlphp/saml11": "~1.2.5"
46+
"symfony/http-foundation": "~6.4",
47+
"symfony/http-kernel": "~6.4",
48+
"simplesamlphp/saml11": "~1.3"
4949
},
5050
"require-dev": {
51-
"simplesamlphp/simplesamlphp-test-framework": "~1.9.2"
51+
"simplesamlphp/simplesamlphp-test-framework": "~1.9"
5252
},
5353
"support": {
5454
"issues": "https://github.com/simplesamlphp/simplesamlphp-module-casserver/issues",

0 commit comments

Comments
 (0)