Skip to content

Commit

Permalink
Add Composer Require Checker configuration
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <george@net-glue.co.uk>
  • Loading branch information
gsteel committed Jan 12, 2022
1 parent d6144b5 commit eed176a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions composer-require-checker.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"symbol-whitelist" : [
"null", "true", "false",
"static", "self", "parent",
"array", "string", "int", "float", "bool", "iterable", "callable", "void", "object", "mixed", "never"
],
"php-core-extensions" : [
"Core",
"date",
"pcre",
"Phar",
"Reflection",
"SPL",
"standard"
],
"scan-files" : [
"bin/*.php"
]
}

0 comments on commit eed176a

Please sign in to comment.