Skip to content

Instantly share code, notes, and snippets.

@Javlopez
Created July 8, 2013 00:36
Show Gist options
  • Save Javlopez/5945503 to your computer and use it in GitHub Desktop.
Save Javlopez/5945503 to your computer and use it in GitHub Desktop.
Problem with Symfony when i try install zend framework2, using composer (download from http://getcomposer.org/), in ubuntu
$ php composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev)
- Installing zendframework/zendframework (dev-master 4a052e4)
Cloning 4a052e4834deec1fa76999a1937f73db2f388eee
[Symfony\Component\Process\Exception\RuntimeException]
The process timed-out.
install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader]
-------------------------
And my composer.json.
{
"name": "zendframework/skeleton-application",
"description": "Easypub application",
"license": "BSD-3-Clause",
"keywords": [
"framework",
"zf2"
],
"homepage": "http://framework.zend.com/",
"require": {
"php": ">=5.3.3",
"zendframework/zendframework": "2.2.*@dev"
}
}
Composer recently installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment