Skip to content

Commit b5895f6

Browse files
committed
add JSON extension
1 parent e1c8fc5 commit b5895f6

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
@@ -31,7 +31,8 @@
3131
},
3232
"require": {
3333
"illuminate/support": "^5.0 || ^6.0 || ^7.0 || ^8.0",
34-
"guzzlehttp/guzzle": "~6|~7"
34+
"guzzlehttp/guzzle": "~6|~7",
35+
"ext-json": "*"
3536
},
3637
"require-dev": {
3738
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)