Skip to content

Commit

Permalink
Make sure gmp is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Hughes committed Aug 23, 2019
1 parent 586e684 commit 545a8bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
"web-token/jwt-signature-algorithm-rsa": "^2.0",
"web-token/jwt-core": "^2.0",
"psr/simple-cache": "^1.0",
"psr/http-factory": "^1.0"
"psr/http-factory": "^1.0",
"ext-json": "*",
"ext-gmp": "*"
},
"require-dev": {
"php-http/message": "^1.8",
Expand Down

0 comments on commit 545a8bd

Please sign in to comment.