Skip to content

Commit

Permalink
build(deps): update mineadmin package version constraints (#526)
Browse files Browse the repository at this point in the history
- Change mineadmin package version constraints from "3.0" to "~3.0"
- This allows for more flexible version updates within the 3.0 major version
  • Loading branch information
zds-s authored Jan 10, 2025
1 parent e3981ef commit ccd7dbb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
"hyperf/server": "3.1.*",
"hyperf/utils": "3.1.*",
"hyperf/validation": "~3.1",
"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"
"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

0 comments on commit ccd7dbb

Please sign in to comment.