Skip to content

Commit 60faa1d

Browse files
committed
Bump dependencies
1 parent 729f2a3 commit 60faa1d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,26 @@
2929
}
3030
},
3131
"require": {
32-
"php": "^8.1",
32+
"php": "^8.2",
3333
"ext-ctype": "*",
3434
"ext-dom": "*",
3535
"ext-filter": "*",
3636
"ext-libxml": "*",
3737
"ext-SimpleXML": "*",
3838
"ext-session": "*",
3939

40-
"simplesamlphp/assert": "~1.8",
41-
"simplesamlphp/composer-module-installer": "~1.4",
42-
"simplesamlphp/simplesamlphp": "~2.4",
43-
"simplesamlphp/xml-cas": "~1.3",
44-
"simplesamlphp/xml-common": "~1.17",
45-
"simplesamlphp/xml-soap": "~1.5",
46-
"symfony/http-foundation": "~6.4",
47-
"symfony/http-kernel": "~6.4",
48-
"simplesamlphp/saml11": "~1.3"
40+
"simplesamlphp/assert": "~1.9",
41+
"simplesamlphp/composer-module-installer": "~1.6",
42+
"simplesamlphp/simplesamlphp": "~2.5@dev",
43+
"simplesamlphp/xml-cas": "~2.0",
44+
"simplesamlphp/xml-common": "~2.0",
45+
"simplesamlphp/xml-soap": "~2.0",
46+
"symfony/http-foundation": "~7.4",
47+
"symfony/http-kernel": "~7.4",
48+
"simplesamlphp/saml11": "~2.0"
4949
},
5050
"require-dev": {
51-
"simplesamlphp/simplesamlphp-test-framework": "~1.9"
51+
"simplesamlphp/simplesamlphp-test-framework": "~1.10"
5252
},
5353
"support": {
5454
"issues": "https://github.com/simplesamlphp/simplesamlphp-module-casserver/issues",

0 commit comments

Comments
 (0)