Skip to content

Commit 1ff275d

Browse files
authored
Update composer.json
1 parent cd7e87d commit 1ff275d

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,14 +3,14 @@
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.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
6+
"php": "^7.2",
7+
"illuminate/queue": "^6.0|^7.0",
88
"ext-json": "*",
99
"ext-curl": "*"
1010
},
1111
"require-dev": {
12-
"php": ">=5.6.4",
13-
"phpunit/phpunit": "~4.8",
12+
"php": "^7.2",
13+
"phpunit/phpunit": "^8.4",
1414
"vlucas/phpdotenv": "^3.3"
1515
},
1616
"autoload": {

0 commit comments

Comments
 (0)