My package has a dependency on PHPExcel:
"require": { "php": ">=5.3", "phpexcel/phpexcel": "~1.7" },
But when my package gets installed in projects, the package installs fine, but not the phpexcel dependency. How do I achieve that?