Skip to content

Commit 1f58c9a

Browse files
authored
Move ext-mysqli to require-dev (#352)
1 parent e435a38 commit 1f58c9a

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
@@ -4,12 +4,12 @@
44
"license": "MIT",
55
"require": {
66
"php": "^8.0",
7-
"ext-mysqli": "*",
87
"composer-runtime-api": "^2.0",
98
"composer/semver": "^3.2",
109
"phpstan/phpstan": "^1.2"
1110
},
1211
"require-dev": {
12+
"ext-mysqli": "*",
1313
"ext-pdo": "*",
1414
"doctrine/dbal": "^3.2",
1515
"friendsofphp/php-cs-fixer": "3.4.0",

0 commit comments

Comments
 (0)