summaryrefslogtreecommitdiffstats
path: root/Autoload.php.in
diff options
context:
space:
mode:
Diffstat (limited to 'Autoload.php.in')
-rw-r--r--Autoload.php.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Autoload.php.in b/Autoload.php.in
index 6c8355a..f12fd6e 100644
--- a/Autoload.php.in
+++ b/Autoload.php.in
@@ -14,6 +14,8 @@ require_once 'SebastianBergmann/Exporter/autoload.php';
require_once 'SebastianBergmann/Version/autoload.php';
require_once 'SebastianBergmann/Comparator/autoload.php';
require_once 'SebastianBergmann/GlobalState/autoload.php';
+require_once 'Doctrine/Instantiator/autoload.php';
+require_once 'Prophecy/autoload.php';
$vendorDir = '/usr/share/php';
require_once $vendorDir . '/Symfony/Component/ClassLoader/UniversalClassLoader.php';
@@ -23,7 +25,6 @@ $loader = new UniversalClassLoader();
$loader->registerNamespaces(array(
'Symfony\\Component\\Yaml' => $vendorDir,
'Symfony\\Component\\ClassLoader' => $vendorDir,
- 'Doctrine\\Instantiator' => $vendorDir,
));
$loader->register();