Skip to content

Commit 2b79936

Browse files
committed
Bump minimum PHP-version to 8.3, start testing on PHP 8.5 and bump dependencies
1 parent fc7f94d commit 2b79936

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
"require": {
4141
"php": "^8.3",
4242

43-
"simplesamlphp/assert": "^1.9",
44-
"simplesamlphp/composer-module-installer": "^1.5",
45-
"simplesamlphp/simplesamlphp": "^2.5@dev",
46-
"simplesamlphp/simplesamlphp-module-consent": "^1.5",
43+
"simplesamlphp/assert": "~2.0",
44+
"simplesamlphp/composer-module-installer": "~1.7",
45+
"simplesamlphp/simplesamlphp": "~2.5@dev",
46+
"simplesamlphp/simplesamlphp-module-consent": "~1.5",
4747
"symfony/http-foundation": "^7.4"
4848
},
4949
"require-dev": {
50-
"simplesamlphp/simplesamlphp-test-framework": "^1.11"
50+
"simplesamlphp/simplesamlphp-test-framework": "~1.11"
5151
},
5252
"extra": {
5353
"ssp-mixedcase-module-name": "consentAdmin"

0 commit comments

Comments
 (0)