From b843acbec7774bd8d44b413647aa44a1fa6a0551 Mon Sep 17 00:00:00 2001 From: Francis Besset Date: Sun, 7 Aug 2011 11:33:34 +0200 Subject: [PATCH] Replaced zf2 by zend-soap and zend-mime of BeSimple Repository --- Tests/bootstrap.php | 2 +- phpunit.xml.dist | 4 ++-- vendors.php | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) 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) {