Skip to content

Commit ae40165

Browse files
committed
6.1
1 parent dc2f72f commit ae40165

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,17 @@
1717
{
1818
"name": "yunwuxin",
1919
"email": "[email protected]"
20-
}
20+
}
2121
],
2222
"require": {
2323
"php": ">=7.2.5",
24-
"topthink/framework": "^6.0.0",
25-
"topthink/think-orm": "^2.0"
24+
"topthink/framework": "^6.1.0",
25+
"topthink/think-orm": "^2.0",
26+
"topthink/think-filesystem": "^1.0"
2627
},
2728
"require-dev": {
2829
"symfony/var-dumper": "^4.2",
29-
"topthink/think-trace":"^1.0"
30+
"topthink/think-trace": "^1.0"
3031
},
3132
"autoload": {
3233
"psr-4": {

0 commit comments

Comments
 (0)