Is it possible to install zend 1 framework with composer and directory structure? I found the way to install only framework into vendor folder, but this is without directory structure...
Without file structure my composer.json looks like:
{
"name": "zend1/zend-composer",
"require": {
"zendframework/zendframework1": "1.*"
},
"authors": [
{
"name": "Maximilian",
"email": "[email protected]"
}
]
}