Zend Framework - Install an older version

为君一笑 提交于 2019-11-30 07:41:47

I found https://framework.zend.com/downloads/archives and could download version 2.4.9 but I'm a bit lost about how to install it correctly. By the way, I'm only looking for the Skeleton Application.

SOLUTION: Just add the version number (here 2.5) at the end of the command :

composer create-project -sdev --repository-url="https://packages.zendframework.com" zendframework/skeleton-application ./ 2.5

You can also install directly via composer command:

$ composer create-project zendframework/skeleton-application path/to/install ^2.5
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!