Issue #2605594 by daffie, pukku, catch, yngens2: Change minimum required sqlite version to 3.7.11
parent
cc6885bde6
commit
eadde8da6a
|
@ -27,7 +27,7 @@ Drupal requires:
|
||||||
- Percona Server 5.5.8 (or greater) (http://www.percona.com/). Percona
|
- Percona Server 5.5.8 (or greater) (http://www.percona.com/). Percona
|
||||||
Server is a backwards-compatible replacement for MySQL.
|
Server is a backwards-compatible replacement for MySQL.
|
||||||
- PostgreSQL 9.1.2 (or greater) (http://www.postgresql.org/).
|
- PostgreSQL 9.1.2 (or greater) (http://www.postgresql.org/).
|
||||||
- SQLite 3.6.8 (or greater) (http://www.sqlite.org/).
|
- SQLite 3.7.11 (or greater) (http://www.sqlite.org/).
|
||||||
|
|
||||||
For more detailed information about Drupal requirements, including a list of
|
For more detailed information about Drupal requirements, including a list of
|
||||||
PHP extensions and configurations that are required, see "System requirements"
|
PHP extensions and configurations that are required, see "System requirements"
|
||||||
|
|
|
@ -28,7 +28,7 @@ class Tasks extends InstallTasks {
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public function minimumVersion() {
|
public function minimumVersion() {
|
||||||
return '3.6.8';
|
return '3.7.11';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue