Skip to content

Commit ed996f7

Browse files
Require ext-pdo_sqlite instead of sqlite3 extension for development
1 parent 279fa48 commit ed996f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"require-dev": {
3030
"ext-memcached": "*",
3131
"ext-redis": "^2.2.4|^3.0|^4.0",
32-
"ext-sqlite3": "*",
32+
"ext-pdo_mysql": "^7.2",
33+
"ext-pdo_sqlite": "^7.2",
3334
"kriswallsmith/spork": "^0.3",
3435
"mikey179/vfsStream": "^1.5.0",
3536
"phpunit/phpunit": "^5",

0 commit comments

Comments
 (0)