-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcomposer-require-checker.json
27 lines (27 loc) · 1.09 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
{
"symbol-whitelist": [
"// the following are definitely shipped with composer",
"Composer\\Command\\BaseCommand",
"Composer\\Composer",
"Composer\\Factory",
"Composer\\IO\\IOInterface",
"Composer\\Package\\CompletePackageInterface",
"Composer\\Package\\PackageInterface",
"Composer\\Package\\RootPackage",
"Composer\\Package\\RootPackageInterface",
"Composer\\PartialComposer",
"Composer\\Plugin\\Capability\\CommandProvider",
"Composer\\Plugin\\Capable",
"Composer\\Plugin\\PluginInterface",
"Composer\\Repository\\InstalledRepositoryInterface",
"Composer\\Repository\\LockArrayRepository",
"Composer\\Semver\\Constraint\\MatchAllConstraint",
"Symfony\\Component\\Console\\Command\\Command",
"Symfony\\Component\\Console\\Formatter\\OutputFormatter",
"Symfony\\Component\\Console\\Input\\InputArgument",
"Symfony\\Component\\Console\\Input\\InputDefinition",
"Symfony\\Component\\Console\\Input\\InputInterface",
"Symfony\\Component\\Console\\Input\\InputOption",
"Symfony\\Component\\Console\\Output\\OutputInterface"
]
}