Replaced zf2 by zend-soap and zend-mime of BeSimple Repository

This commit is contained in:
Francis Besset 2011-08-07 11:33:34 +02:00
parent de94580403
commit b843acbec7
3 changed files with 5 additions and 4 deletions

View File

@ -13,7 +13,7 @@
>
<php>
<server name="SYMFONY" value="./vendor/symfony/src" />
<server name="ZEND" value="./vendor/zend/library" />
<server name="ZEND" value="./vendor/zend-framework/library" />
</php>
<testsuites>

View File

@ -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) {