Skip to content

Commit

Permalink
Fix composer-file
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jan 29, 2021
1 parent 1eb15c4 commit 6659c06
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@
}
},
"require": {
"php": ">=7.2",
"ext-pdo": "*",
"simplesamlphp/composer-module-installer": "~1.1",
"simplesamlphp/simplesamlphp": "^1.18.2",
"simplesamlphp/simplesamlphp": "^1.18",
"spomky-labs/cbor-php": "^1.0",
"web-auth/cose-lib": "^2.1"
},
"require-dev": {
"lcobucci/jwt": "^3.3",
"simplesamlphp/simplesamlphp-test-framework": "0.1.0"
"simplesamlphp/simplesamlphp-test-framework": "^0.2.7"
}
}

0 comments on commit 6659c06

Please sign in to comment.