Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
Explicitly require GMP extension
Browse files Browse the repository at this point in the history
People should know about it
  • Loading branch information
szepeviktor committed Jul 11, 2020
1 parent 5fd92e1 commit dacb898
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"require": {
"php": "^7.2.15",
"ext-json": "*",
"ext-gmp": "*",
"illuminate/support": "^7.18",
"web-auth/webauthn-lib" : "^3.2",
"symfony/psr-http-message-bridge": "^2.0",
Expand Down Expand Up @@ -53,4 +54,4 @@
]
}
}
}
}

0 comments on commit dacb898

Please sign in to comment.