We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7f94d commit 2b79936Copy full SHA for 2b79936
composer.json
@@ -40,14 +40,14 @@
40
"require": {
41
"php": "^8.3",
42
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",
+ "simplesamlphp/assert": "~2.0",
+ "simplesamlphp/composer-module-installer": "~1.7",
+ "simplesamlphp/simplesamlphp": "~2.5@dev",
+ "simplesamlphp/simplesamlphp-module-consent": "~1.5",
47
"symfony/http-foundation": "^7.4"
48
},
49
"require-dev": {
50
- "simplesamlphp/simplesamlphp-test-framework": "^1.11"
+ "simplesamlphp/simplesamlphp-test-framework": "~1.11"
51
52
"extra": {
53
"ssp-mixedcase-module-name": "consentAdmin"
0 commit comments