diff --git a/Tests/bootstrap.php b/Tests/bootstrap.php
index 8fa8a1e..4d7062a 100644
--- a/Tests/bootstrap.php
+++ b/Tests/bootstrap.php
@@ -22,4 +22,4 @@ spl_autoload_register(function($class) {
return false;
}
-});
\ No newline at end of file
+});
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 4024132..c40be1e 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -13,7 +13,7 @@
>
-
+
@@ -21,4 +21,4 @@
./Tests
-
\ No newline at end of file
+
diff --git a/vendors.php b/vendors.php
index 3c473b8..098bddc 100755
--- a/vendors.php
+++ b/vendors.php
@@ -23,7 +23,8 @@ if (!is_dir($vendorDir = dirname(__FILE__).'/vendor')) {
$deps = array(
array('symfony', 'http://github.com/symfony/symfony.git', 'origin/HEAD'),
- array('zend', 'http://github.com/zendframework/zf2.git', 'origin/HEAD'),
+ array('zend-framework/library/Zend/Soap', 'http://github.com/BeSimple/zend-soap.git', 'origin/HEAD'),
+ array('zend-framework/library/Zend/Mime', 'http://github.com/BeSimple/zend-mime.git', 'origin/HEAD'),
);
foreach ($deps as $dep) {