Vendor lock
This commit is contained in:
15
vendor/phpdocumentor/reflection-docblock/composer-require-config.json
vendored
Normal file
15
vendor/phpdocumentor/reflection-docblock/composer-require-config.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"symbol-whitelist" : [
|
||||
"null", "true", "false",
|
||||
"static", "self", "parent",
|
||||
"array", "string", "int", "float", "bool", "iterable", "callable", "void", "object", "XSLTProcessor"
|
||||
],
|
||||
"php-core-extensions" : [
|
||||
"Core",
|
||||
"pcre",
|
||||
"Reflection",
|
||||
"tokenizer",
|
||||
"SPL",
|
||||
"standard"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user