Skip to content

Commit

Permalink
6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwuxin committed Oct 24, 2022
1 parent dc2f72f commit ae40165
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,17 @@
{
"name": "yunwuxin",
"email": "[email protected]"
}
}
],
"require": {
"php": ">=7.2.5",
"topthink/framework": "^6.0.0",
"topthink/think-orm": "^2.0"
"topthink/framework": "^6.1.0",
"topthink/think-orm": "^2.0",
"topthink/think-filesystem": "^1.0"
},
"require-dev": {
"symfony/var-dumper": "^4.2",
"topthink/think-trace":"^1.0"
"topthink/think-trace": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ae40165

Please sign in to comment.