diff options
author | Remi Collet <remi@remirepo.net> | 2020-07-08 18:18:21 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-07-08 18:18:21 +0200 |
commit | 547850eaf0f6e0bc51f95d0778062fc2693e96d2 (patch) | |
tree | 84ad7afc73a2fbdcf7e1c0c18105eb6e21d5d6d1 /phpspec-autoload.php | |
parent | b85a117ff5a09f6eb2eecb49c55dbd050c707f2f (diff) |
update to 6.2.1
Diffstat (limited to 'phpspec-autoload.php')
-rw-r--r-- | phpspec-autoload.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/phpspec-autoload.php b/phpspec-autoload.php index b7858c6..c65711c 100644 --- a/phpspec-autoload.php +++ b/phpspec-autoload.php @@ -20,5 +20,8 @@ if (is_dir(getcwd().'/spec')) { 'phpspec/php-diff/autoload.php', 'Prophecy/autoload.php', 'Doctrine/Instantiator/autoload.php', - 'SebastianBergmann/Exporter3/autoload.php', + [ + 'SebastianBergmann/Exporter4/autoload.php', + 'SebastianBergmann/Exporter3/autoload.php', + ], ]); |