Skip to content

Commit

Permalink
Ignore PDO-related symbols - PDO is an optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Feb 14, 2024
1 parent dba2af9 commit eed93fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/composer-require-checker.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"symbol-whitelist": [
"ext-PDO"
"PDO",
"PDOException",
"PDOStatement"
]
}

0 comments on commit eed93fe

Please sign in to comment.