Skip to content

Commit 750df03

Browse files
committed
chore: bump version to 0.3.0
1 parent b4d6642 commit 750df03

File tree

42 files changed

+97
-97
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+97
-97
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
]
258258
},
259259
"branch-alias": {
260-
"dev-main": "0.2-dev"
260+
"dev-main": "0.3-dev"
261261
}
262262
},
263263
"minimum-stability": "dev",

src/api-client/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
],
2323
"require": {
2424
"php": "^8.2",
25-
"hypervel/support": "^0.2",
26-
"hypervel/http-client": "^0.2"
25+
"hypervel/support": "^0.3",
26+
"hypervel/http-client": "^0.3"
2727
},
2828
"autoload": {
2929
"psr-4": {
@@ -32,7 +32,7 @@
3232
},
3333
"extra": {
3434
"branch-alias": {
35-
"dev-main": "0.2-dev"
35+
"dev-main": "0.3-dev"
3636
}
3737
},
3838
"config": {

src/auth/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"hyperf/config": "~3.1.0",
3030
"hyperf/database": "~3.1.0",
3131
"hyperf/http-server": "~3.1.0",
32-
"hypervel/hashing": "^0.2",
33-
"hypervel/jwt": "^0.2"
32+
"hypervel/hashing": "^0.3",
33+
"hypervel/jwt": "^0.3"
3434
},
3535
"suggest": {
3636
"hypervel/session": "Required to use session guard. (~0.1.0)"
@@ -48,7 +48,7 @@
4848
"config": "Hypervel\\Auth\\ConfigProvider"
4949
},
5050
"branch-alias": {
51-
"dev-main": "0.2-dev"
51+
"dev-main": "0.3-dev"
5252
}
5353
},
5454
"config": {

src/broadcasting/composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
"hyperf/contract": "~3.1.0",
3131
"hyperf/http-server": "~3.1.0",
3232
"hyperf/pool": "~3.1.0",
33-
"hypervel/auth": "^0.2",
34-
"hypervel/bus": "^0.2",
35-
"hypervel/cache": "^0.2",
36-
"hypervel/foundation": "^0.2",
37-
"hypervel/queue": "^0.2",
38-
"hypervel/router": "^0.2",
39-
"hypervel/support": "^0.2",
40-
"hypervel/object-pool": "^0.2"
33+
"hypervel/auth": "^0.3",
34+
"hypervel/bus": "^0.3",
35+
"hypervel/cache": "^0.3",
36+
"hypervel/foundation": "^0.3",
37+
"hypervel/queue": "^0.3",
38+
"hypervel/router": "^0.3",
39+
"hypervel/support": "^0.3",
40+
"hypervel/object-pool": "^0.3"
4141
},
4242
"suggest": {
4343
"ext-hash": "Required to use the Ably and Pusher broadcast drivers.",
@@ -53,7 +53,7 @@
5353
"config": "Hypervel\\Broadcasting\\ConfigProvider"
5454
},
5555
"branch-alias": {
56-
"dev-main": "0.2-dev"
56+
"dev-main": "0.3-dev"
5757
}
5858
}
5959
}

src/bus/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"hyperf/support": "~3.1.0",
3131
"nesbot/carbon": "^2.72.6",
3232
"laravel/serializable-closure": "^1.3",
33-
"hypervel/support": "^0.2",
34-
"hypervel/cache": "^0.2"
33+
"hypervel/support": "^0.3",
34+
"hypervel/cache": "^0.3"
3535

3636
},
3737
"autoload": {
@@ -47,7 +47,7 @@
4747
"config": "Hypervel\\Bus\\ConfigProvider"
4848
},
4949
"branch-alias": {
50-
"dev-main": "0.2-dev"
50+
"dev-main": "0.3-dev"
5151
}
5252
},
5353
"suggest": {

src/cache/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"config": "Hypervel\\Cache\\ConfigProvider"
4848
},
4949
"branch-alias": {
50-
"dev-main": "0.2-dev"
50+
"dev-main": "0.3-dev"
5151
}
5252
}
5353
}

src/config/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"config": "Hypervel\\Config\\ConfigProvider"
4242
},
4343
"branch-alias": {
44-
"dev-main": "0.2-dev"
44+
"dev-main": "0.3-dev"
4545
}
4646
}
4747
}

src/console/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"php": "^8.2",
3030
"hyperf/command": "~3.1.0",
3131
"hyperf/context": "~3.1.0",
32-
"hypervel/foundation": "^0.2",
32+
"hypervel/foundation": "^0.3",
3333
"dragonmantank/cron-expression": "^3.3.2",
3434
"symfony/console": "^5.4|^6.4|^7.0",
3535
"friendsofhyperf/command-signals": "~3.1.0"
@@ -46,7 +46,7 @@
4646
"config": "Hypervel\\Console\\ConfigProvider"
4747
},
4848
"branch-alias": {
49-
"dev-main": "0.2-dev"
49+
"dev-main": "0.3-dev"
5050
}
5151
}
5252
}

src/container/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"extra": {
3333
"branch-alias": {
34-
"dev-main": "0.2-dev"
34+
"dev-main": "0.3-dev"
3535
}
3636
},
3737
"config": {

src/cookie/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"config": "Hypervel\\Cookie\\ConfigProvider"
3939
},
4040
"branch-alias": {
41-
"dev-main": "0.2-dev"
41+
"dev-main": "0.3-dev"
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)