Skip to content

Commit 376a7d9

Browse files
committed
Add "ext-pdo" to composer.json
1 parent f9cd21c commit 376a7d9

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
@@ -10,7 +10,8 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^8.0"
13+
"php": "^8.0",
14+
"ext-pdo": "*"
1415
},
1516
"autoload": {
1617
"psr-4": {

0 commit comments

Comments
 (0)