Skip to content

Commit

Permalink
Composer: add required json extension
Browse files Browse the repository at this point in the history
This avoids warnings in code inspection tools (e.g. PHPStorm).

Issue #26974
  • Loading branch information
atrol authored and dregad committed May 22, 2020
1 parent 8e06878 commit af7f8dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -5,6 +5,7 @@
"require": {
"php": ">=5.5.0",
"ext-mbstring": "*",
"ext-json": "*",
"slim/slim": "^3.0",
"guzzlehttp/guzzle": "^6.2",
"vboctor/disposable_email_checker": "^3.0",
Expand Down

0 comments on commit af7f8dc

Please sign in to comment.