diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-03-02 21:36:01 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-03-02 21:48:55 +0000 |
| commit | 18ce0b673f1b16065154f973a46db1638aa165a3 (patch) | |
| tree | d5fc4ce47d3457555aa2e88ddca482c14b9a3b57 | |
| parent | b9e83029756642f04f9f82e50f4c75252938bfaf (diff) | |
| download | webtrees-18ce0b673f1b16065154f973a46db1638aa165a3.tar.gz webtrees-18ce0b673f1b16065154f973a46db1638aa165a3.tar.bz2 webtrees-18ce0b673f1b16065154f973a46db1638aa165a3.zip | |
Update composer.json - sqlite is only required for dev
| -rw-r--r-- | composer.json | 1 | ||||
| -rw-r--r-- | composer.lock | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/composer.json b/composer.json index d3340eca9b..29cf91c5aa 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,6 @@ "ext-pdo": "*", "ext-session": "*", "ext-simplexml": "*", - "ext-sqlite3": "*", "ext-xml": "*", "ext-zip": "*", "doctrine/dbal": "~2.9", diff --git a/composer.lock b/composer.lock index b51d2fff37..fbb816e957 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "efe379b3f435358183706c778aa2e9ea", + "content-hash": "e3f85cbc2af4a245005c4291da009587", "packages": [ { "name": "doctrine/cache", @@ -4965,7 +4965,6 @@ "ext-pdo": "*", "ext-session": "*", "ext-simplexml": "*", - "ext-sqlite3": "*", "ext-xml": "*", "ext-zip": "*" }, |
