Skip to content

Commit 47fd053

Browse files
committed
Fix composer dependencies
1 parent 997e3b3 commit 47fd053

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
@@ -33,11 +33,11 @@
3333
},
3434
"require": {
3535
"php": "^8.1",
36-
"simplesamlphp/simplesamlphp": "^2.1",
37-
"symfony/http-foundation": "^6.4"
36+
"simplesamlphp/simplesamlphp": "^2.1.0",
37+
"symfony/http-foundation": "^6.4.0"
3838
},
3939
"require-dev": {
40-
"simplesamlphp/simplesamlphp-test-framework": "^1.5"
40+
"simplesamlphp/simplesamlphp-test-framework": "^1.7.0"
4141
},
4242
"support": {
4343
"issues": "https://github.com/simplesamlphp/simplesamlphp-module-preprodwarning/issues",

0 commit comments

Comments
 (0)