Skip to content

Commit 01dd34f

Browse files
authored
Add PDO as explicit dependency (#123)
1 parent 516607e commit 01dd34f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
],
1111
"require": {
1212
"php": "^7.1.3|^8.0",
13+
"ext-pdo_sqlite": "*",
1314
"ext-sqlite3": "*",
1415
"illuminate/database": "^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
1516
"illuminate/support": "^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"

0 commit comments

Comments
 (0)