Skip to content

Commit

Permalink
chore: adjust package versions for dev stage
Browse files Browse the repository at this point in the history
  • Loading branch information
albertcht committed Nov 13, 2024
1 parent e618dbf commit 0b5377c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/foundation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"require": {
"php": "^8.1",
"nesbot/carbon": "^2.16",
"swooletw/hyperf-filesystem": "~3.1.0",
"swooletw/hyperf-support": "~3.1.0",
"swooletw/hyperf-filesystem": "dev-master",
"swooletw/hyperf-support": "dev-master",
"hyperf/config": "~3.1.0",
"hyperf/di": "~3.1.0",
"hyperf/support": "~3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/jwt/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"psr/simple-cache": "^3.0",
"hyperf/stringable": "~3.1.0",
"ramsey/uuid": "^4.7",
"swooletw/hyperf-cache": "~3.1.0"
"swooletw/hyperf-cache": "dev-master"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/log/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"hyperf/stringable": "~3.1.0",
"hyperf/contract": "~3.1.0",
"hyperf/collection": "~3.1.0",
"swooletw/hyperf-support": "~3.1.0"
"swooletw/hyperf-support": "dev-master"
},
"config": {
"sort-packages": true
Expand Down
6 changes: 3 additions & 3 deletions src/mail/src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"hyperf/stringable": "~3.1.0",
"hyperf/macroable": "~3.1.0",
"hyperf/di": "~3.1.0",
"swooletw/hyperf-support": "~3.1.0",
"swooletw/hyperf-filesystem": "~3.1.0",
"swooletw/hyperf-object-pool": "~3.1.0",
"swooletw/hyperf-support": "dev-master",
"swooletw/hyperf-filesystem": "dev-master",
"swooletw/hyperf-object-pool": "dev-master",
"league/commonmark": "^2.2",
"psr/log": "^1.0|^2.0|^3.0",
"symfony/mailer": "^6.2",
Expand Down
6 changes: 3 additions & 3 deletions src/notifications/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"hyperf/contract": "~3.1.0",
"hyperf/database": "~3.1.0",
"hyperf/di": "~3.1.0",
"swooletw/hyperf-support": "~3.1.0",
"swooletw/hyperf-mail": "~3.1.0",
"swooletw/hyperf-object-pool": "~3.1.0"
"swooletw/hyperf-support": "dev-master",
"swooletw/hyperf-mail": "dev-master",
"swooletw/hyperf-object-pool": "dev-master"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 0b5377c

Please sign in to comment.