Skip to content

Commit 9f4f229

Browse files
committed
Move ext-pdo to non-dev dependency
1 parent 822aa55 commit 9f4f229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
],
2222
"require": {
2323
"php": "^8.2",
24+
"ext-pdo": "*",
2425
"ext-zlib": "*",
2526
"guzzlehttp/promises": "^2.0",
2627
"laravel/framework": "^10.0|^11.0|^12.0",
@@ -35,7 +36,6 @@
3536
},
3637
"require-dev": {
3738
"ext-pcntl": "*",
38-
"ext-pdo": "*",
3939
"aws/aws-sdk-php": "^3.349",
4040
"guzzlehttp/guzzle": "^7.0",
4141
"guzzlehttp/psr7": "^2.0",

0 commit comments

Comments
 (0)