Skip to content

Commit ab6fab4

Browse files
authored
Update composer.json
1 parent 7584412 commit ab6fab4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"description": "Queue Adapter for Tencent Qcloud CMQ SDK",
44
"keywords": ["laravel-queue", "cmq", "qcloud"],
55
"require": {
6-
"php": ">=5.6.4",
7-
"illuminate/queue": "5.4.*"
6+
"php": ">=7.0",
7+
"illuminate/queue": "5.5.*"
88
},
99
"require-dev": {
10-
"php": ">=5.6.4",
11-
"phpunit/phpunit": "~4.8"
10+
"php": ">=7.0",
11+
"phpunit/phpunit": "~6.0"
1212
},
1313
"autoload": {
1414
"psr-4": {

0 commit comments

Comments
 (0)