From 547850eaf0f6e0bc51f95d0778062fc2693e96d2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Jul 2020 18:18:21 +0200 Subject: update to 6.2.1 --- phpspec-autoload.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'phpspec-autoload.php') 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', + ], ]); -- cgit