Skip to content

Commit

Permalink
Merge pull request #39 from Axent96/forPullRequest
Browse files Browse the repository at this point in the history
fix ext-json for php 7.4
  • Loading branch information
ksangers authored Jan 31, 2020
2 parents b90bfaa + c578184 commit 0bdd57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require": {
"php": "^7.1",
"ext-SPL": "^7.1",
"ext-json": "^1.5",
"ext-json": "*",
"composer-plugin-api": "^1.1",
"composer/composer": "^1.6",
"nikic/php-parser": "^3.0 | ^4.0",
Expand Down

0 comments on commit 0bdd57b

Please sign in to comment.