mirror of
https://github.com/grocy/grocy.git
synced 2026-05-02 09:46:20 +00:00
Raise SQLite runtime version
This commit is contained in:
@@ -50,7 +50,7 @@ See the website for more installation guides and troubleshooting help. → [h
|
||||
|
||||
### Platform support
|
||||
|
||||
- PHP 8.5 (with SQLite 3.34.0+)
|
||||
- PHP 8.5 (with SQLite 3.40+)
|
||||
- Required PHP extensions: `fileinfo`, `pdo_sqlite`, `gd`, `ctype`, `intl`, `zlib`, `mbstring`
|
||||
- Recent Firefox, Chrome or Edge
|
||||
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
> 💡 PHP 8.5 is from now on supported.
|
||||
>
|
||||
> ⚠️ PHP 8.2 and 8.3 are no longer supported.
|
||||
> ⚠️ PHP 8.5 (with SQLite 3.40+) is from now on the only supported runtime version.
|
||||
|
||||
### New Feature: xxxx
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ const REQUIRED_PHP_EXTENSIONS = ['fileinfo', 'pdo_sqlite', 'gd', 'ctype', 'intl'
|
||||
];
|
||||
|
||||
const REQUIRED_PHP_VERSION = '8.5.0';
|
||||
const REQUIRED_SQLITE_VERSION = '3.34.0';
|
||||
const REQUIRED_SQLITE_VERSION = '3.40.0';
|
||||
|
||||
class PrerequisiteChecker
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user