Skip to content

Commit

Permalink
Release v3.0 (#480)
Browse files Browse the repository at this point in the history
* Release v3.0

* Added tinker component
  • Loading branch information
zds-s authored Nov 28, 2024
1 parent 666fd46 commit 17acd9b
Show file tree
Hide file tree
Showing 3 changed files with 11 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
17 changes: 9 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"ext-pdo_mysql": "*",
"ext-redis": "*",
"ext-swoole": ">=5.0",
"friendsofhyperf/tinker": "^3.1",
"hyperf/async-queue": "3.1.*",
"hyperf/cache": "3.1.*",
"hyperf/carbon": "^3.1",
Expand Down Expand Up @@ -55,14 +56,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 17acd9b

Please sign in to comment.