Skip to content
Snippets Groups Projects
Commit f4bf1ae0 authored by catch's avatar catch
Browse files

Issue #3057462 by alexpott, Mile23: Add missing packages to...

Issue #3057462 by alexpott, Mile23: Add missing packages to \Drupal\Core\Composer\Composer::$packageToCleanup
parent 17153a26
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -19,6 +19,7 @@ class Composer { ...@@ -19,6 +19,7 @@ class Composer {
'behat/mink' => ['tests', 'driver-testsuite'], 'behat/mink' => ['tests', 'driver-testsuite'],
'behat/mink-browserkit-driver' => ['tests'], 'behat/mink-browserkit-driver' => ['tests'],
'behat/mink-goutte-driver' => ['tests'], 'behat/mink-goutte-driver' => ['tests'],
'behat/mink-selenium2-driver' => ['tests'],
'brumann/polyfill-unserialize' => ['tests'], 'brumann/polyfill-unserialize' => ['tests'],
'drupal/coder' => ['coder_sniffer/Drupal/Test', 'coder_sniffer/DrupalPractice/Test'], 'drupal/coder' => ['coder_sniffer/Drupal/Test', 'coder_sniffer/DrupalPractice/Test'],
'doctrine/cache' => ['tests'], 'doctrine/cache' => ['tests'],
...@@ -26,31 +27,42 @@ class Composer { ...@@ -26,31 +27,42 @@ class Composer {
'doctrine/common' => ['tests'], 'doctrine/common' => ['tests'],
'doctrine/inflector' => ['tests'], 'doctrine/inflector' => ['tests'],
'doctrine/instantiator' => ['tests'], 'doctrine/instantiator' => ['tests'],
'easyrdf/easyrdf' => ['scripts'],
'egulias/email-validator' => ['documentation', 'tests'], 'egulias/email-validator' => ['documentation', 'tests'],
'fabpot/goutte' => ['Goutte/Tests'], 'fabpot/goutte' => ['Goutte/Tests'],
'guzzlehttp/promises' => ['tests'], 'guzzlehttp/promises' => ['tests'],
'guzzlehttp/psr7' => ['tests'], 'guzzlehttp/psr7' => ['tests'],
'instaclick/php-webdriver' => ['doc', 'test'],
'jcalderonzumba/gastonjs' => ['docs', 'examples', 'tests'], 'jcalderonzumba/gastonjs' => ['docs', 'examples', 'tests'],
'jcalderonzumba/mink-phantomjs-driver' => ['tests'], 'jcalderonzumba/mink-phantomjs-driver' => ['tests'],
'masterminds/html5' => ['test'], 'justinrainbow/json-schema' => ['demo'],
'masterminds/html5' => ['bin', 'test'],
'mikey179/vfsStream' => ['src/test'], 'mikey179/vfsStream' => ['src/test'],
'myclabs/deep-copy' => ['doc'],
'paragonie/random_compat' => ['tests'], 'paragonie/random_compat' => ['tests'],
'pear/archive_tar' => ['tests'], 'pear/archive_tar' => ['docs', 'tests'],
'pear/console_getopt' => ['tests'], 'pear/console_getopt' => ['tests'],
'pear/pear-core-minimal' => ['tests'], 'pear/pear-core-minimal' => ['tests'],
'pear/pear_exception' => ['tests'], 'pear/pear_exception' => ['tests'],
'phar-io/manifest' => ['examples', 'tests'],
'phar-io/version' => ['tests'],
'phpdocumentor/reflection-docblock' => ['tests'], 'phpdocumentor/reflection-docblock' => ['tests'],
'phpspec/prophecy' => ['fixtures', 'spec', 'tests'],
'phpunit/php-code-coverage' => ['tests'], 'phpunit/php-code-coverage' => ['tests'],
'phpunit/php-timer' => ['tests'], 'phpunit/php-timer' => ['tests'],
'phpunit/php-token-stream' => ['tests'], 'phpunit/php-token-stream' => ['tests'],
'phpunit/phpunit' => ['tests'], 'phpunit/phpunit' => ['tests'],
'phpunit/php-mock-objects' => ['tests'], 'phpunit/phpunit-mock-objects' => ['tests'],
'sebastian/code-unit-reverse-lookup' => ['tests'],
'sebastian/comparator' => ['tests'], 'sebastian/comparator' => ['tests'],
'sebastian/diff' => ['tests'], 'sebastian/diff' => ['tests'],
'sebastian/environment' => ['tests'], 'sebastian/environment' => ['tests'],
'sebastian/exporter' => ['tests'], 'sebastian/exporter' => ['tests'],
'sebastian/global-state' => ['tests'], 'sebastian/global-state' => ['tests'],
'sebastian/object-enumerator' => ['tests'],
'sebastian/object-reflector' => ['tests'],
'sebastian/recursion-context' => ['tests'], 'sebastian/recursion-context' => ['tests'],
'squizlabs/php_codesniffer' => ['tests'],
'stack/builder' => ['tests'], 'stack/builder' => ['tests'],
'symfony/browser-kit' => ['Tests'], 'symfony/browser-kit' => ['Tests'],
'symfony/class-loader' => ['Tests'], 'symfony/class-loader' => ['Tests'],
...@@ -62,6 +74,7 @@ class Composer { ...@@ -62,6 +74,7 @@ class Composer {
'symfony/event-dispatcher' => ['Tests'], 'symfony/event-dispatcher' => ['Tests'],
'symfony/http-foundation' => ['Tests'], 'symfony/http-foundation' => ['Tests'],
'symfony/http-kernel' => ['Tests'], 'symfony/http-kernel' => ['Tests'],
'symfony/phpunit-bridge' => ['Tests'],
'symfony/process' => ['Tests'], 'symfony/process' => ['Tests'],
'symfony/psr-http-message-bridge' => ['Tests'], 'symfony/psr-http-message-bridge' => ['Tests'],
'symfony/routing' => ['Tests'], 'symfony/routing' => ['Tests'],
...@@ -70,7 +83,11 @@ class Composer { ...@@ -70,7 +83,11 @@ class Composer {
'symfony/validator' => ['Tests', 'Resources'], 'symfony/validator' => ['Tests', 'Resources'],
'symfony/yaml' => ['Tests'], 'symfony/yaml' => ['Tests'],
'symfony-cmf/routing' => ['Test', 'Tests'], 'symfony-cmf/routing' => ['Test', 'Tests'],
'theseer/tokenizer' => ['tests'],
'twig/twig' => ['doc', 'ext', 'test'], 'twig/twig' => ['doc', 'ext', 'test'],
'zendframework/zend-escaper' => ['doc'],
'zendframework/zend-feed' => ['doc'],
'zendframework/zend-stdlib' => ['doc'],
]; ];
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment