generated from yiisoft/package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcomposer-require-checker.json
34 lines (34 loc) · 1.06 KB
/
composer-require-checker.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"symbol-whitelist": [
"Composer\\Command\\BaseCommand",
"Composer\\Composer",
"Composer\\EventDispatcher\\EventSubscriberInterface",
"Composer\\Factory",
"Composer\\IO\\IOInterface",
"Composer\\Package\\BasePackage",
"Composer\\Package\\CompletePackage",
"Composer\\Package\\PackageInterface",
"Composer\\Plugin\\Capability\\CommandProvider",
"Composer\\Plugin\\Capable",
"Composer\\Plugin\\CommandEvent",
"Composer\\Plugin\\PluginEvents",
"Composer\\Plugin\\PluginInterface",
"Composer\\Script\\Event",
"Composer\\Script\\ScriptEvents",
"Composer\\Util\\Filesystem",
"Symfony\\Component\\Console\\Input\\InputArgument",
"Symfony\\Component\\Console\\Input\\InputInterface",
"Symfony\\Component\\Console\\Output\\OutputInterface"
],
"php-core-extensions": [
"Core",
"date",
"json",
"pcre",
"Phar",
"Reflection",
"SPL",
"standard"
],
"scan-files": []
}