Ah, great, didn't know about that particular option. Still waiting for answer regarding zend-db package.
Thanks a lot! --- Regards, Saša Stamenković On Tue, Jul 31, 2012 at 11:31 PM, Dennis Winter <[email protected]>wrote: > Hi, sadly I can't help you about your issue with zend-db, but for your > composer timeout problem, there is an easy fix! > > You can set the timeout in your config parameter of composer.json! > > {"config":{*"**process-timeout":300}}* > * > * > *Where 300 is the default value!* > * > * > *For more information see here:* > * > * > http://getcomposer.org/doc/04-schema.md#config > > Am 31.07.2012 um 22:40 schrieb Саша Стаменковић<[email protected]>: > > I would like to add dependency to zendframework/zend-db package, so I added > it to my composer.json: > > "repositories": [ > { > "type": "composer", > "url": "http://packages.zendframework.com/" > } > ], > "require": { > "php": ">=5.3.2", > > "symfony/class-loader": "dev-master", > "symfony/console": "dev-master", > "symfony/filesystem": "dev-master", > "symfony/finder": "dev-master", > "symfony/locale": "dev-master", > "symfony/yaml": "dev-master", > "doctrine/dbal": "dev-master", > "zendframework/zend-db": "dev-master" > } > > The problem is that composer instals entire zendframework/zendframework > package. > > Any idea why? > > BTW, maybe because of the size of entire package, it also goes to timeout: > > - Installing zendframework/zendframework (dev-master) > Cloning 310ade9f083fd8444b6c026e0d973054d320620 > > [RuntimeException] > The process timed out. > > But that is not the question, just one additional info. > --- > Regards, > Saša Stamenković > >
