Skip to content

Commit e55cf5f

Browse files
committed
Fix version constraints
1 parent 11be68f commit e55cf5f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

Lines changed: 10 additions & 10 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",
43-
"simplesamlphp/xml-cas": "~1.3",
44-
"simplesamlphp/xml-common": "~1.17",
45-
"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"
40+
"simplesamlphp/assert": "~1.8",
41+
"simplesamlphp/composer-module-installer": "~1.4",
42+
"simplesamlphp/simplesamlphp": "~2.4",
43+
"simplesamlphp/xml-cas": "~2.0",
44+
"simplesamlphp/xml-common": "~2.0",
45+
"simplesamlphp/xml-soap": "~2.0",
46+
"symfony/http-foundation": "~6.4",
47+
"symfony/http-kernel": "~6.4",
48+
"simplesamlphp/saml11": "~1.2"
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)