We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cded761 commit 57fbb6aCopy full SHA for 57fbb6a
1 file changed
composer.json
@@ -21,10 +21,9 @@
21
"think\\test\\queue\\": "tests"
22
}
23
},
24
- "minimum-stability": "dev",
25
"require": {
26
"ext-json": "*",
27
- "topthink/framework": "^6.0",
+ "topthink/framework": "^6.0 || ^8.0",
28
"symfony/process": "^4.2",
29
"nesbot/carbon": "^2.16"
30
@@ -41,6 +40,6 @@
41
40
"require-dev": {
42
"phpunit/phpunit": "^6.2",
43
"mockery/mockery": "^1.2",
44
- "topthink/think-migration": "^3.0.0"
+ "topthink/think-migration": "^3.0"
45
46
0 commit comments