Skip to content

Commit 6659c06

Browse files
committed
Fix composer-file
1 parent 1eb15c4 commit 6659c06

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@
1616
}
1717
},
1818
"require": {
19+
"php": ">=7.2",
1920
"ext-pdo": "*",
2021
"simplesamlphp/composer-module-installer": "~1.1",
21-
"simplesamlphp/simplesamlphp": "^1.18.2",
22+
"simplesamlphp/simplesamlphp": "^1.18",
2223
"spomky-labs/cbor-php": "^1.0",
2324
"web-auth/cose-lib": "^2.1"
2425
},
2526
"require-dev": {
2627
"lcobucci/jwt": "^3.3",
27-
"simplesamlphp/simplesamlphp-test-framework": "0.1.0"
28+
"simplesamlphp/simplesamlphp-test-framework": "^0.2.7"
2829
}
2930
}

0 commit comments

Comments
 (0)