Skip to content

Commit

Permalink
Switching the PDO extension suggestion to lowercase within composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick243 committed Dec 9, 2023
1 parent 3789776 commit 58571bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"phpunit/phpunit": "^9.3.0"
},
"suggest": {
"ext-PDO": "To use database features, this needs to be installed",
"ext-pdo": "To use database features, this needs to be installed",
"ext-redis": "To use Redis for caching, this needs to be installed",
"ext-gd": "To use 2fa, this needs to be installed for the QR code display",
"ext-memcached": "To use Memcached for caching, this needs to be installed",
Expand Down

0 comments on commit 58571bf

Please sign in to comment.