You are here

protected static property Config::$defaultConfig in Drupal 9

Same name and namespace in other branches
  1. 8 composer/Plugin/VendorHardening/Config.php \Drupal\Composer\Plugin\VendorHardening\Config::defaultConfig

The default configuration which will always be merged with user config.

Type: array

File

composer/Plugin/VendorHardening/Config.php, line 22

Class

Config
Determine configuration.

Namespace

Drupal\Composer\Plugin\VendorHardening

Code

protected static $defaultConfig = [
  'behat/mink' => [
    'tests',
    'driver-testsuite',
  ],
  'behat/mink-selenium2-driver' => [
    'tests',
  ],
  'composer/composer' => [
    'bin',
  ],
  'drupal/coder' => [
    'coder_sniffer/Drupal/Test',
    'coder_sniffer/DrupalPractice/Test',
  ],
  'doctrine/instantiator' => [
    'tests',
  ],
  'easyrdf/easyrdf' => [
    'scripts',
  ],
  'egulias/email-validator' => [
    'documentation',
    'tests',
  ],
  'friends-of-behat/mink-browserkit-driver' => [
    'tests',
  ],
  'guzzlehttp/promises' => [
    'tests',
  ],
  'guzzlehttp/psr7' => [
    'tests',
  ],
  'instaclick/php-webdriver' => [
    'doc',
    'test',
  ],
  'justinrainbow/json-schema' => [
    'demo',
  ],
  'masterminds/html5' => [
    'bin',
    'test',
  ],
  'mikey179/vfsstream' => [
    'src/test',
  ],
  'myclabs/deep-copy' => [
    'doc',
  ],
  'pear/archive_tar' => [
    'docs',
    'tests',
  ],
  'pear/console_getopt' => [
    'tests',
  ],
  'pear/pear-core-minimal' => [
    'tests',
  ],
  'pear/pear_exception' => [
    'tests',
  ],
  'phar-io/manifest' => [
    'examples',
    'tests',
  ],
  'phar-io/version' => [
    'tests',
  ],
  'phpdocumentor/reflection-docblock' => [
    'tests',
  ],
  'phpspec/prophecy' => [
    'fixtures',
    'spec',
    'tests',
  ],
  'phpunit/php-code-coverage' => [
    'tests',
  ],
  'phpunit/php-timer' => [
    'tests',
  ],
  'phpunit/php-token-stream' => [
    'tests',
  ],
  'phpunit/phpunit' => [
    'tests',
  ],
  'sebastian/code-unit-reverse-lookup' => [
    'tests',
  ],
  'sebastian/comparator' => [
    'tests',
  ],
  'sebastian/diff' => [
    'tests',
  ],
  'sebastian/environment' => [
    'tests',
  ],
  'sebastian/exporter' => [
    'tests',
  ],
  'sebastian/global-state' => [
    'tests',
  ],
  'sebastian/object-enumerator' => [
    'tests',
  ],
  'sebastian/object-reflector' => [
    'tests',
  ],
  'sebastian/recursion-context' => [
    'tests',
  ],
  'seld/jsonlint' => [
    'tests',
  ],
  'squizlabs/php_codesniffer' => [
    'tests',
  ],
  'stack/builder' => [
    'tests',
  ],
  'symfony/browser-kit' => [
    'Tests',
  ],
  'symfony/console' => [
    'Tests',
  ],
  'symfony/css-selector' => [
    'Tests',
  ],
  'symfony/debug' => [
    'Tests',
  ],
  'symfony/dependency-injection' => [
    'Tests',
  ],
  'symfony/dom-crawler' => [
    'Tests',
  ],
  'symfony/filesystem' => [
    'Tests',
  ],
  'symfony/finder' => [
    'Tests',
  ],
  'symfony/event-dispatcher' => [
    'Tests',
  ],
  'symfony/http-foundation' => [
    'Tests',
  ],
  'symfony/http-kernel' => [
    'Tests',
  ],
  'symfony/phpunit-bridge' => [
    'Tests',
  ],
  'symfony/process' => [
    'Tests',
  ],
  'symfony/psr-http-message-bridge' => [
    'Tests',
  ],
  'symfony/routing' => [
    'Tests',
  ],
  'symfony/serializer' => [
    'Tests',
  ],
  'symfony/translation' => [
    'Tests',
  ],
  'symfony/var-dumper' => [
    'Tests',
  ],
  'symfony/validator' => [
    'Tests',
    'Resources',
  ],
  'symfony/yaml' => [
    'Tests',
  ],
  'symfony-cmf/routing' => [
    'Test',
    'Tests',
  ],
  'theseer/tokenizer' => [
    'tests',
  ],
  'twig/twig' => [
    'doc',
    'ext',
    'test',
    'tests',
  ],
];