Mercurial > hg > cmmr2012-drupal-site
comparison core/lib/Drupal/Core/Composer/Composer.php @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | a9cd425dd02b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
17 | 17 |
18 protected static $packageToCleanup = [ | 18 protected static $packageToCleanup = [ |
19 'behat/mink' => ['tests', 'driver-testsuite'], | 19 'behat/mink' => ['tests', 'driver-testsuite'], |
20 'behat/mink-browserkit-driver' => ['tests'], | 20 'behat/mink-browserkit-driver' => ['tests'], |
21 'behat/mink-goutte-driver' => ['tests'], | 21 'behat/mink-goutte-driver' => ['tests'], |
22 'brumann/polyfill-unserialize' => ['tests'], | |
22 'drupal/coder' => ['coder_sniffer/Drupal/Test', 'coder_sniffer/DrupalPractice/Test'], | 23 'drupal/coder' => ['coder_sniffer/Drupal/Test', 'coder_sniffer/DrupalPractice/Test'], |
23 'doctrine/cache' => ['tests'], | 24 'doctrine/cache' => ['tests'], |
24 'doctrine/collections' => ['tests'], | 25 'doctrine/collections' => ['tests'], |
25 'doctrine/common' => ['tests'], | 26 'doctrine/common' => ['tests'], |
26 'doctrine/inflector' => ['tests'], | 27 'doctrine/inflector' => ['tests'], |
32 'jcalderonzumba/gastonjs' => ['docs', 'examples', 'tests'], | 33 'jcalderonzumba/gastonjs' => ['docs', 'examples', 'tests'], |
33 'jcalderonzumba/mink-phantomjs-driver' => ['tests'], | 34 'jcalderonzumba/mink-phantomjs-driver' => ['tests'], |
34 'masterminds/html5' => ['test'], | 35 'masterminds/html5' => ['test'], |
35 'mikey179/vfsStream' => ['src/test'], | 36 'mikey179/vfsStream' => ['src/test'], |
36 'paragonie/random_compat' => ['tests'], | 37 'paragonie/random_compat' => ['tests'], |
38 'pear/archive_tar' => ['tests'], | |
39 'pear/console_getopt' => ['tests'], | |
40 'pear/pear-core-minimal' => ['tests'], | |
41 'pear/pear_exception' => ['tests'], | |
37 'phpdocumentor/reflection-docblock' => ['tests'], | 42 'phpdocumentor/reflection-docblock' => ['tests'], |
38 'phpunit/php-code-coverage' => ['tests'], | 43 'phpunit/php-code-coverage' => ['tests'], |
39 'phpunit/php-timer' => ['tests'], | 44 'phpunit/php-timer' => ['tests'], |
40 'phpunit/php-token-stream' => ['tests'], | 45 'phpunit/php-token-stream' => ['tests'], |
41 'phpunit/phpunit' => ['tests'], | 46 'phpunit/phpunit' => ['tests'], |