summaryrefslogtreecommitdiffstats
path: root/phpspec-autoload.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpspec-autoload.php')
-rw-r--r--phpspec-autoload.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpspec-autoload.php b/phpspec-autoload.php
index 4ab6dde..8124ff4 100644
--- a/phpspec-autoload.php
+++ b/phpspec-autoload.php
@@ -14,6 +14,6 @@ if (is_dir(getcwd().'/spec')) {
// Dependencies (Rely on include_path as in PHPUnit dependencies + circular dependencies)
require_once 'phpspec/php-diff/autoload.php';
-require_once 'Prophecy/autoload.php';
require_once 'SebastianBergmann/Exporter/autoload.php';
+require_once 'Prophecy/autoload.php'; // After exporter to avoid newer version
require_once 'Doctrine/Instantiator/autoload.php';