Merge branch '4.3' into 4.4

* 4.3:
  [PhpUnitBridge] bump cache id
This commit is contained in:
Nicolas Grekas 2019-09-19 18:15:04 +02:00
commit bc24be6ab4
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php
// Cache-Id: 2019-08-09 13:00 UTC
// Cache-Id: 2019-09-19 17:00 UTC
if (!file_exists(__DIR__.'/vendor/symfony/phpunit-bridge/bin/simple-phpunit')) {
echo "Unable to find the `simple-phpunit` script in `vendor/symfony/phpunit-bridge/bin/`.\nPlease run `composer update` before running this command.\n";

View File

@ -10,7 +10,7 @@
*/
// Please update when phpunit needs to be reinstalled with fresh deps:
// Cache-Id: 2019-09-06 15:00 UTC
// Cache-Id: 2019-09-19 17:00 UTC
error_reporting(-1);