Skip to content

Commit

Permalink
Merge pull request #39 from tab-engineer/1.x
Browse files Browse the repository at this point in the history
Fix: 更改版本号
  • Loading branch information
bbuugg authored Aug 20, 2022
2 parents 7bd7727 + eb3ee9e commit 05f235a
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions src/aop/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"require": {
"php": "^8.0",
"ext-pcntl": "*",
"max/utils": "^0.1",
"max/di": "^0.1",
"max/utils": "^0.0.1",
"max/di": "^0.0.1",
"nikic/php-parser": "^4.13",
"symfony/finder": "*"
}
Expand Down
4 changes: 2 additions & 2 deletions src/cache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
},
"require": {
"php": "^8.0",
"max/utils": "^0.1",
"max/utils": "^0.0.1",
"psr/simple-cache": "^1.0",
"max/redis": "^0.1"
"max/redis": "^0.0.1"
},
"extra": {
"max": {
Expand Down
2 changes: 1 addition & 1 deletion src/config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"require": {
"php": "^8.0",
"max/utils": "^0.1"
"max/utils": "^0.0.1"
},
"extra": {
"max": {
Expand Down
6 changes: 3 additions & 3 deletions src/database/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"php": "^8.0",
"ext-pdo": "*",
"ext-json": "*",
"max/utils": "^0.1",
"max/config": "^0.1",
"max/context": "^0.1"
"max/utils": "^0.0.1",
"max/config": "^0.0.1",
"max/context": "^0.0.1"
},
"extra": {
"max": {
Expand Down
2 changes: 1 addition & 1 deletion src/http-message/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"require": {
"php": "^8.0",
"psr/http-message": "^1.0",
"max/utils": "^0.1"
"max/utils": "^0.0.1"
}
}
8 changes: 4 additions & 4 deletions src/http-server/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
],
"require": {
"php": "^8.0",
"max/http-message": "^0.1",
"max/utils": "^0.1",
"max/routing": "^0.1",
"max/di": "^0.1",
"max/http-message": "^0.0.1",
"max/utils": "^0.0.1",
"max/routing": "^0.0.1",
"max/di": "^0.0.1",
"psr/http-server-middleware": "^1.0",
"psr/http-server-handler": "^1.0",
"psr/event-dispatcher": "^1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/routing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": "^8.0",
"max/http-message": "^0.1"
"max/http-message": "^0.0.1"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions src/session/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"require": {
"php": "^8.0",
"max/utils": "^0.1",
"max/redis": "^0.1"
"max/utils": "^0.0.1",
"max/redis": "^0.0.1"
}
}
4 changes: 2 additions & 2 deletions src/view/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"require": {
"php": "^8.0",
"max/utils": "^0.1",
"max/config": "^0.1"
"max/utils": "^0.0.1",
"max/config": "^0.0.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 05f235a

Please sign in to comment.