Skip to content

Commit a30383b

Browse files
committed
Add missing ext and update phpstan
1 parent 94c7677 commit a30383b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@
1919
},
2020
"require": {
2121
"php": "^7.2",
22-
"ext-json": "*",
22+
"ext-curl": "*",
2323
"ext-gmp": "*",
24-
"lib-openssl": "*",
24+
"ext-json": "*",
25+
"ext-mbstring": "*",
26+
"ext-openssl": "*",
2527
"guzzlehttp/guzzle": "^6.2",
2628
"web-token/jwt-signature": "^2.0",
2729
"web-token/jwt-key-mgmt": "^2.0",
@@ -30,7 +32,7 @@
3032
},
3133
"require-dev": {
3234
"phpunit/phpunit": "^7.0",
33-
"phpstan/phpstan": "0.11.2",
35+
"phpstan/phpstan": "0.11.19",
3436
"friendsofphp/php-cs-fixer": "^2.14"
3537
},
3638
"autoload": {

0 commit comments

Comments
 (0)