Skip to content

Commit

Permalink
Release v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zds-s committed Nov 28, 2024
1 parent 666fd46 commit 88c2919
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ vendor/
.phpunit*
*.cache
.vscode/
storage/swagger/http.json
tests/cover
tests/coverage.xml
tests/coding_standard.xml
tests/junit.xml
public
!web/public
*.lock
*.lock
storage/swagger/http.json
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@
"hyperf/server": "3.1.*",
"hyperf/utils": "3.1.*",
"hyperf/validation": "~3.1",
"mineadmin/access": "3.0-RC",
"mineadmin/app-store": "3.0-RC",
"mineadmin/auth-jwt": "3.0-RC",
"mineadmin/core": "3.0-RC",
"mineadmin/jwt": "3.0-RC",
"mineadmin/support": "3.0-RC",
"mineadmin/swagger": "3.0-RC",
"mineadmin/upload": "3.0-RC"
"mineadmin/access": "3.0",
"mineadmin/app-store": "3.0",
"mineadmin/auth-jwt": "3.0",
"mineadmin/core": "3.0",
"mineadmin/jwt": "3.0",
"mineadmin/support": "3.0",
"mineadmin/swagger": "3.0",
"mineadmin/upload": "3.0"
},
"require-dev": {
"doctrine/dbal": "^3.6",
Expand Down
Loading

0 comments on commit 88c2919

Please sign in to comment.