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

@ -22,4 +22,4 @@ spl_autoload_register(function($class) {
return false; return false;
} }
}); });

View File

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

View File

@ -23,7 +23,8 @@ if (!is_dir($vendorDir = dirname(__FILE__).'/vendor')) {
$deps = array( $deps = array(
array('symfony', 'http://github.com/symfony/symfony.git', 'origin/HEAD'), 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) { foreach ($deps as $dep) {