Skip to content
Snippets Groups Projects
Commit eadde8da authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2605594 by daffie, pukku, catch, yngens2: Change minimum required sqlite version to 3.7.11

parent cc6885bd
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ Drupal requires: ...@@ -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 @@ public function name() { ...@@ -28,7 +28,7 @@ public function name() {
* {@inheritdoc} * {@inheritdoc}
*/ */
public function minimumVersion() { public function minimumVersion() {
return '3.6.8'; return '3.7.11';
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment