We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c7677 commit a30383bCopy full SHA for a30383b
composer.json
@@ -19,9 +19,11 @@
19
},
20
"require": {
21
"php": "^7.2",
22
- "ext-json": "*",
+ "ext-curl": "*",
23
"ext-gmp": "*",
24
- "lib-openssl": "*",
+ "ext-json": "*",
25
+ "ext-mbstring": "*",
26
+ "ext-openssl": "*",
27
"guzzlehttp/guzzle": "^6.2",
28
"web-token/jwt-signature": "^2.0",
29
"web-token/jwt-key-mgmt": "^2.0",
@@ -30,7 +32,7 @@
30
32
31
33
"require-dev": {
34
"phpunit/phpunit": "^7.0",
- "phpstan/phpstan": "0.11.2",
35
+ "phpstan/phpstan": "0.11.19",
36
"friendsofphp/php-cs-fixer": "^2.14"
37
38
"autoload": {
0 commit comments