Skip to content

Commit 5c64452

Browse files
Merge pull request #163 from iGusev/composer_fix
JsonSerializable requires php ext-json
2 parents a7533f1 + 529fed3 commit 5c64452

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"php": ">=7.0",
2424
"illuminate/support": ">=5.5",
2525
"pragmarx/yaml": ">=0.1",
26-
"phpunit/php-timer": "^1.0|^2.0"
26+
"phpunit/php-timer": "^1.0|^2.0",
27+
"ext-json": "*"
2728
},
2829
"require-dev": {
2930
"phpunit/phpunit": ">=6.5",

0 commit comments

Comments
 (0)