Replaced zf2 by zend-soap and zend-mime of BeSimple Repository
This commit is contained in:
parent
de94580403
commit
b843acbec7
|
@ -22,4 +22,4 @@ spl_autoload_register(function($class) {
|
|||
|
||||
return false;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
@ -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>
|
||||
|
@ -21,4 +21,4 @@
|
|||
<directory>./Tests</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
||||
</phpunit>
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue