We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb15c4 commit 6659c06Copy full SHA for 6659c06
1 file changed
composer.json
@@ -16,14 +16,15 @@
16
}
17
},
18
"require": {
19
+ "php": ">=7.2",
20
"ext-pdo": "*",
21
"simplesamlphp/composer-module-installer": "~1.1",
- "simplesamlphp/simplesamlphp": "^1.18.2",
22
+ "simplesamlphp/simplesamlphp": "^1.18",
23
"spomky-labs/cbor-php": "^1.0",
24
"web-auth/cose-lib": "^2.1"
25
26
"require-dev": {
27
"lcobucci/jwt": "^3.3",
- "simplesamlphp/simplesamlphp-test-framework": "0.1.0"
28
+ "simplesamlphp/simplesamlphp-test-framework": "^0.2.7"
29
30
0 commit comments