Как решить проблему с установкой зависимостей при создании проекта zend 2 в Netbeans?
Добрый день. Решил освоить Zend 2. И сразу же наткнулся на проблему связанную с Composer. При создании нового проекта Zend2 в Netbeans видает ошибку следующего плана:
"C:\ProgramData\ComposerSetup\bin\composer.bat" "--ansi" "--no-interaction" "install"
Loading composer repositories with package information
Installing dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- zendframework/zendframework 2.3.3 requires php >=5.3.23 -> no matching package found.
- zendframework/zendframework 2.3.2 requires php >=5.3.23 -> no matching package found.
- zendframework/zendframework 2.3.1 requires php >=5.3.23 -> no matching package found.
- zendframework/zendframework 2.3.0 requires php >=5.3.23 -> no matching package found.
- Installation request for zendframework/zendframework 2.3.* -> satisfiable by zendframework/zendframework[2.3.0, 2.3.1, 2.3.2, 2.3.3].
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see for more details.
Read for further common problems.
Готово.
Прошу помочь советом. Или направить в тему где есть ответ. Спасибо.