Skip to content

Commit 69462bf

Browse files
committed
Upgrade hyperf to v3.2
1 parent 1070a4b commit 69462bf

File tree

5 files changed

+36
-36
lines changed

5 files changed

+36
-36
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# @contact group@hyperf.io
66
# @license https://github.com/hyperf/hyperf/blob/master/LICENSE
77

8-
FROM hyperf/hyperf:8.4-alpine-v3.21-swoole
8+
FROM hyperf/hyperf:8.4-alpine-v3.22-swoole
99
LABEL maintainer="Hyperf Developers <group@hyperf.io>" version="1.0" license="MIT" app.name="Hyperf"
1010

1111
##

.github/workflows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# @contact group@hyperf.io
66
# @license https://github.com/hyperf/hyperf/blob/master/LICENSE
77

8-
FROM hyperf/hyperf:8.4-alpine-v3.21-swoole
8+
FROM hyperf/hyperf:8.4-alpine-v3.22-swoole
99
LABEL maintainer="Hyperf Developers <group@hyperf.io>" version="1.0" license="MIT" app.name="Hyperf"
1010

1111
##

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# @contact group@hyperf.io
66
# @license https://github.com/hyperf/hyperf/blob/master/LICENSE
77

8-
FROM hyperf/hyperf:8.4-alpine-v3.21-swoole
8+
FROM hyperf/hyperf:8.4-alpine-v3.22-swoole
99
LABEL maintainer="Hyperf Developers <group@hyperf.io>" version="1.0" license="MIT" app.name="Hyperf"
1010

1111
##

composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,24 @@
1212
"description": "A coroutine framework that focuses on hyperspeed and flexible, specifically use for build microservices and middlewares.",
1313
"license": "Apache-2.0",
1414
"require": {
15-
"php": ">=8.1",
16-
"hyperf/cache": "~3.1.0",
17-
"hyperf/command": "~3.1.0",
18-
"hyperf/config": "~3.1.0",
19-
"hyperf/db-connection": "~3.1.0",
15+
"php": ">=8.2",
16+
"hyperf/cache": "~3.2.0",
17+
"hyperf/command": "~3.2.0",
18+
"hyperf/config": "~3.2.0",
19+
"hyperf/db-connection": "~3.2.0",
2020
"hyperf/engine": "^2.10",
21-
"hyperf/framework": "~3.1.0",
22-
"hyperf/guzzle": "~3.1.0",
23-
"hyperf/http-server": "~3.1.0",
24-
"hyperf/logger": "~3.1.0",
25-
"hyperf/memory": "~3.1.0",
26-
"hyperf/process": "~3.1.0",
21+
"hyperf/framework": "~3.2.0",
22+
"hyperf/guzzle": "~3.2.0",
23+
"hyperf/http-server": "~3.2.0",
24+
"hyperf/logger": "~3.2.0",
25+
"hyperf/memory": "~3.2.0",
26+
"hyperf/process": "~3.2.0",
2727
"hyperf/laminas-mime": "^3.0"
2828
},
2929
"require-dev": {
3030
"friendsofphp/php-cs-fixer": "^3.0",
31-
"hyperf/devtool": "~3.1.0",
32-
"hyperf/testing": "~3.1.0",
31+
"hyperf/devtool": "~3.2.0",
32+
"hyperf/testing": "~3.2.0",
3333
"mockery/mockery": "^1.0",
3434
"phpstan/phpstan": "^1.0",
3535
"swoole/ide-helper": "^6.0"

installer/config.php

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,64 +12,64 @@
1212
return [
1313
'packages' => [
1414
'hyperf/amqp' => [
15-
'version' => '~3.1.0',
15+
'version' => '~3.2.0',
1616
],
1717
'hyperf/async-queue' => [
18-
'version' => '~3.1.0',
18+
'version' => '~3.2.0',
1919
],
2020
'hyperf/database' => [
21-
'version' => '~3.1.0',
21+
'version' => '~3.2.0',
2222
],
2323
'hyperf/db-connection' => [
24-
'version' => '~3.1.0',
24+
'version' => '~3.2.0',
2525
],
2626
'hyperf/model-cache' => [
27-
'version' => '~3.1.0',
27+
'version' => '~3.2.0',
2828
],
2929
'hyperf/constants' => [
30-
'version' => '~3.1.0',
30+
'version' => '~3.2.0',
3131
],
3232
'hyperf/json-rpc' => [
33-
'version' => '~3.1.0',
33+
'version' => '~3.2.0',
3434
],
3535
'hyperf/redis' => [
36-
'version' => '~3.1.0',
36+
'version' => '~3.2.0',
3737
],
3838
'hyperf/rpc' => [
39-
'version' => '~3.1.0',
39+
'version' => '~3.2.0',
4040
],
4141
'hyperf/rpc-client' => [
42-
'version' => '~3.1.0',
42+
'version' => '~3.2.0',
4343
],
4444
'hyperf/rpc-server' => [
45-
'version' => '~3.1.0',
45+
'version' => '~3.2.0',
4646
],
4747
'hyperf/grpc-client' => [
48-
'version' => '~3.1.0',
48+
'version' => '~3.2.0',
4949
],
5050
'hyperf/grpc-server' => [
51-
'version' => '~3.1.0',
51+
'version' => '~3.2.0',
5252
],
5353
'hyperf/elasticsearch' => [
54-
'version' => '~3.1.0',
54+
'version' => '~3.2.0',
5555
],
5656
'hyperf/config-apollo' => [
57-
'version' => '~3.1.0',
57+
'version' => '~3.2.0',
5858
],
5959
'hyperf/config-aliyun-acm' => [
60-
'version' => '~3.1.0',
60+
'version' => '~3.2.0',
6161
],
6262
'hyperf/config-etcd' => [
63-
'version' => '~3.1.0',
63+
'version' => '~3.2.0',
6464
],
6565
'hyperf/config-nacos' => [
66-
'version' => '~3.1.0',
66+
'version' => '~3.2.0',
6767
],
6868
'hyperf/tracer' => [
69-
'version' => '~3.1.0',
69+
'version' => '~3.2.0',
7070
],
7171
'hyperf/service-governance' => [
72-
'version' => '~3.1.0',
72+
'version' => '~3.2.0',
7373
],
7474
'pestphp/pest' => [
7575
'version' => '^2.34',

0 commit comments

Comments
 (0)