Skip to content

Commit

Permalink
Merge pull request antonioribeiro#163 from iGusev/composer_fix
Browse files Browse the repository at this point in the history
JsonSerializable requires php ext-json
  • Loading branch information
antonioribeiro committed Oct 4, 2019
2 parents a7533f1 + 529fed3 commit 5c64452
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"php": ">=7.0",
"illuminate/support": ">=5.5",
"pragmarx/yaml": ">=0.1",
"phpunit/php-timer": "^1.0|^2.0"
"phpunit/php-timer": "^1.0|^2.0",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": ">=6.5",
Expand Down

0 comments on commit 5c64452

Please sign in to comment.