[fw-general] Re: [ZF2] Install ZF2 suggested packages

2012-09-07 Thread Marco Pivetta
What are you exactly typing in your composer command? What's your composer.json? Marco Pivetta http://twitter.com/Ocramius http://marco-pivetta.com On 7 September 2012 15:30, Razorblade [via Zend Framework Community] ml-node+s634137n4656744...@n4.nabble.com wrote: Hi everyone, Zend

[fw-general] Re: [ZF2] Install ZF2 suggested packages

2012-09-07 Thread Razorblade
Hi Marco, thanks for your quick reply, I don't know why but your answer created a new thread other than continue the one I opened, anyway... after followed the quickstart and installed doctrine 2, this is my current composer.json { name: zendframework/skeleton-application, description:

[fw-general] Re: [ZF2] Install ZF2 suggested packages

2012-09-07 Thread Razorblade
Also tried with ext/intl, the error now is the follow: Your requirements could not be resolved to an installable set of packages. Problem 1 - The requested package ext/intl dev-master could not be found. Potential causes: - A typo in the package name - The package is not available in a

Re: [fw-general] Re: [ZF2] Install ZF2 suggested packages

2012-09-07 Thread Marco Pivetta
Heya ext/intl is not a composer package, it is a PHP PECL extension: http://php.net/manual/en/book.intl.php Composer can check these things too ;) Marco Pivetta http://twitter.com/Ocramius http://marco-pivetta.com On 7 September 2012 15:44, Razorblade kaiohken1...@hotmail.com wrote: Hi

[fw-general] Re: [ZF2] Install ZF2 suggested packages

2012-09-07 Thread Marco Pivetta
That's because those packages are on packages.zendframework.com and not on packagist. As reported on http://packages.zendframework.com/ add following to your composer.json: repositories: [ { type: composer, url: http://packages.zendframework.com/; } ], Marco Pivetta