diff options
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', + ], ]); |