I am working on a Zend Framework 2 tutorial and am stuck on page 2
I issued the following command
php composer.phar create-project \
zendframework/skeleton-application /home/user/zf2-tutorial
and provided my GitHub credentials. After a few seconds, I received the following error:
Loading: connection ...
[Composer \ Downloader \ TransportException]
File https://api.github.com/repos/zendframework/ZendSkeletonApplication/zipball/zf/release-2.1.0 could not be downloaded (HTTP / 1.1 404 not found)
Does anyone know what a valid url is and how to get it to use it?
source
share