Skip to content

Commit 951bdff

Browse files
committed
Set PHP8 as minimum version
1 parent 75f206d commit 951bdff

3 files changed

Lines changed: 224 additions & 215 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Below is a list of supported adapters, and thier compatibly tested versions alon
162162

163163
## System Requirements
164164

165-
Utopia Framework requires PHP 7.3 or later. We recommend using the latest PHP version whenever possible.
165+
Utopia Framework requires PHP 8.0 or later. We recommend using the latest PHP version whenever possible.
166166

167167
## Tests
168168

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"psr-4": {"Utopia\\Tests\\": "tests/Database"}
2323
},
2424
"require": {
25-
"php": ">=7.1",
25+
"php": ">=8.0",
2626
"ext-pdo": "*",
2727
"ext-redis": "*",
2828
"ext-mongodb": "*",

0 commit comments

Comments
 (0)