Skip to content

Commit 71a9f5f

Browse files
authored
Upgrade the minimum php version to 8.0 for some components. (#4212)
1 parent 39c9857 commit 71a9f5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
},
2121
"require": {
22-
"php": ">=7.2",
22+
"php": ">=8.0",
2323
"hyperf/utils": "~3.0.0",
2424
"psr/event-dispatcher": "^1.0",
2525
"symfony/console": "^5.0"

0 commit comments

Comments
 (0)