Skip to content

Commit

Permalink
Add missing ext and update phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
Minishlink committed Aug 2, 2020
1 parent 94c7677 commit a30383b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Expand Up @@ -19,9 +19,11 @@
},
"require": {
"php": "^7.2",
"ext-json": "*",
"ext-curl": "*",
"ext-gmp": "*",
"lib-openssl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"guzzlehttp/guzzle": "^6.2",
"web-token/jwt-signature": "^2.0",
"web-token/jwt-key-mgmt": "^2.0",
Expand All @@ -30,7 +32,7 @@
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"phpstan/phpstan": "0.11.2",
"phpstan/phpstan": "0.11.19",
"friendsofphp/php-cs-fixer": "^2.14"
},
"autoload": {
Expand Down

0 comments on commit a30383b

Please sign in to comment.