Advertisement
justin-amt

Composer

Sep 27th, 2012
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. {
  2. "name": "symfony/framework-standard-edition",
  3. "description": "The \"Symfony Standard Edition\" distribution",
  4. "autoload": {
  5. "psr-0": { "": "src/" }
  6. },
  7. "require": {
  8. "php": ">=5.3.3",
  9. "symfony/symfony": "2.1.*",
  10. "doctrine/orm": ">=2.2.3,<2.4-dev",
  11. "doctrine/doctrine-bundle": "1.0.*",
  12. "twig/extensions": "1.0.*",
  13. "symfony/assetic-bundle": "2.1.*",
  14. "symfony/swiftmailer-bundle": "2.1.*",
  15. "symfony/monolog-bundle": "2.1.*",
  16. "sensio/distribution-bundle": "2.1.*",
  17. "sensio/framework-extra-bundle": "2.1.*",
  18. "sensio/generator-bundle": "2.1.*",
  19. "jms/security-extra-bundle": "1.2.*",
  20. "jms/di-extra-bundle": "1.1.*",
  21. "tecnick.com/tcpdf": "*"
  22. },
  23. "config": {
  24. "bin-dir": "bin",
  25. "process-timeout": 1000
  26. },
  27. "scripts": {
  28. "post-install-cmd": [
  29. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
  30. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
  31. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
  32. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
  33. ],
  34. "post-update-cmd": [
  35. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
  36. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
  37. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
  38. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
  39. ]
  40. },
  41. "minimum-stability": "dev",
  42. "extra": {
  43. "symfony-app-dir": "app",
  44. "symfony-web-dir": "web"
  45. }
  46. }
  47.  
  48.  
  49. #End of composer.json file
  50. ____________________________________________________________________________________________________________
  51. # Error in console
  52.  
  53. $ php composer.phar update
  54. Loading composer repositories with package information
  55. Updating dependencies
  56. - Installing tecnick.com/tcpdf (dev-master f2aa41d)
  57. Cloning f2aa41dd8252ad6321bad88776889b75b127a60c
  58.  
  59.  
  60.  
  61. [RuntimeException]
  62. The process timed out.
  63.  
  64.  
  65.  
  66. update [--prefer-source] [--dry-run] [--dev] [--no-custom-installers] [--no-scripts] [-v|--verbose] [packages1] ... [packagesN]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement