Skip to content

Commit

Permalink
composer require sqlite extension
Browse files Browse the repository at this point in the history
  • Loading branch information
nticaric committed Jun 3, 2016
1 parent d6b563d commit 5f97520
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
}
],
"require": {
"php" : "~5.5|~7.0"
"php" : "~5.5|~7.0",
"ext-pdo_sqlite": "*",
"ext-sqlite3": "*"
},
"require-dev": {
"phpunit/phpunit" : "5.*"
Expand Down

0 comments on commit 5f97520

Please sign in to comment.