Skip to content

Commit

Permalink
Add sqlite3 as a requirement in composer.json
Browse files Browse the repository at this point in the history
Also add it to CI because not all images include it by default.

Fixes #60
  • Loading branch information
samwilson authored Apr 24, 2023
1 parent 192ccbb commit c63860e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{matrix.php}}
extensions: fileinfo, json, pdo, mbstring, gd, ast
extensions: fileinfo, json, pdo, mbstring, gd, ast, sqlite3

- name: Install
run: |
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"require": {
"ext-json": "*",
"ext-pdo": "*",
"ext-sqlite3": "*",
"addwiki/mediawiki-api-base": "^2.7",
"endroid/qr-code": "^4.1",
"getdkan/lunr.php": "^1.0",
Expand Down
5 changes: 3 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c63860e

Please sign in to comment.