Skip to content

Commit 2546a92

Browse files
committed
update composer.json
1 parent 93de4a2 commit 2546a92

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
@@ -4,7 +4,8 @@
44
"keywords": ["laravel-queue", "cmq", "qcloud"],
55
"require": {
66
"php": ">=5.6.4",
7-
"illuminate/queue": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*"
7+
"illuminate/queue": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
8+
"ext-json": "*"
89
},
910
"require-dev": {
1011
"php": ">=5.6.4",

0 commit comments

Comments
 (0)