Skip to content

Commit

Permalink
Update composer.json dependencies
Browse files Browse the repository at this point in the history
The "psr/clock" package was included again in the list of dependencies in composer.json file for the webauthn project. Also, the order of dependencies has been tidied up for better readability and maintenance.
  • Loading branch information
Spomky committed Jul 11, 2024
1 parent 0d8d5ec commit 58e097e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webauthn/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"ext-mbstring": "*",
"lcobucci/clock": "^2.2|^3.0",
"paragonie/constant_time_encoding": "^2.6|^3.0",
"psr/clock": "^1.0",
"psr/event-dispatcher": "^1.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
Expand All @@ -34,8 +35,7 @@
"spomky-labs/pki-framework": "^1.0",
"symfony/uid": "^6.1|^7.0",
"symfony/deprecation-contracts": "^3.2",
"web-auth/cose-lib": "^4.2.3",
"psr/clock": "^1.0"
"web-auth/cose-lib": "^4.2.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 58e097e

Please # to comment.