I would like to add dependency to zendframework/zend-db
package, so I added it to my composer.json:
\"repositories\": [
{
\"type\": \"co
Try to check if some packages have some php extensions in their dependencies. I have tried to install zend-http packages and have the same issue. Here I've found suggestion to install php_intl extension because it is required by zend-validate - subdependancy of the zend-http package. Once I've added this extension to the php.ini - problem was solved.