Skip to content

Commit 57fbb6a

Browse files
committed
support 8.0
1 parent cded761 commit 57fbb6a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@
2121
"think\\test\\queue\\": "tests"
2222
}
2323
},
24-
"minimum-stability": "dev",
2524
"require": {
2625
"ext-json": "*",
27-
"topthink/framework": "^6.0",
26+
"topthink/framework": "^6.0 || ^8.0",
2827
"symfony/process": "^4.2",
2928
"nesbot/carbon": "^2.16"
3029
},
@@ -41,6 +40,6 @@
4140
"require-dev": {
4241
"phpunit/phpunit": "^6.2",
4342
"mockery/mockery": "^1.2",
44-
"topthink/think-migration": "^3.0.0"
43+
"topthink/think-migration": "^3.0"
4544
}
4645
}

0 commit comments

Comments
 (0)