Skip to content

Commit

Permalink
feat 新的代码生成器
Browse files Browse the repository at this point in the history
  • Loading branch information
zds-s committed Jan 13, 2024
1 parent 78035eb commit e26fe5c
Show file tree
Hide file tree
Showing 4 changed files with 489 additions and 294 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"description": "Quickly build a background management system for web applications",
"license": "Apache-2.0",
"require": {
"xmo/jwt-auth": "2.0.0-alpha.2",
"xmo/mine-core": "2.0.0-alpha.3",
"xmo/mine-helpers": "2.0.0-alpha.2",
"xmo/mine-office": "2.0.0-alpha.2",
"xmo/mine-translatable": "2.0.0-alpha.2",
"xmo/mine-generator": "2.0.0-alpha.2",
"xmo/mine-service": "2.0.0-alpha.3"
"xmo/jwt-auth": "2.0.0-alpha.4",
"xmo/mine-core": "2.0.0-alpha.4",
"xmo/mine-helpers": "2.0.0-alpha.4",
"xmo/mine-office": "2.0.0-alpha.4",
"xmo/mine-translatable": "2.0.0-alpha.4",
"xmo/mine-generator": "2.0.0-alpha.4",
"xmo/mine-service": "2.0.0-alpha.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
Expand Down
Loading

0 comments on commit e26fe5c

Please sign in to comment.