build: update minimum PHP version to8.1
- Update composer.json to require PHP >= 8.1.0 - Add log entry for PHP version update in log.md Signed-off-by: wolfcode <37436228+wolf-leo@users.noreply.github.com>
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=8.0.0",
|
||||
"php": ">=8.1.0",
|
||||
"topthink/framework": "^8.0",
|
||||
"topthink/think-orm": "^3.0",
|
||||
"topthink/think-multi-app": "^1.1.0",
|
||||
|
||||
Reference in New Issue
Block a user