Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. c:\xampp1\php>php composer.phar install
  2. Loading composer repositories with package information
  3. Installing dependencies (including require-dev)
  4. - Installing symfony/routing (v2.4.3)
  5. Downloading: 100%
  6.  
  7. - Installing symfony/http-foundation (v2.4.3)
  8. Downloading: 100%
  9.  
  10. - Installing symfony/event-dispatcher (v2.4.3)
  11. Downloading: 100%
  12.  
  13. - Installing guzzle/common (v3.7.4)
  14. Downloading: 100%
  15.  
  16. - Installing guzzle/stream (v3.7.4)
  17. Downloading: 100%
  18.  
  19. - Installing guzzle/parser (v3.7.4)
  20. Downloading: 100%
  21.  
  22. - Installing guzzle/http (v3.7.4)
  23. Downloading: 100%
  24.  
  25. - Installing evenement/evenement (v1.0.0)
  26. Downloading: 100%
  27.  
  28. - Installing react/stream (v0.3.3)
  29. Downloading: 100%
  30.  
  31. - Installing react/event-loop (v0.3.3)
  32. Downloading: 100%
  33.  
  34. - Installing react/socket (v0.3.2)
  35. Downloading: 100%
  36.  
  37. - Installing cboden/ratchet (v0.3.0)
  38. Downloading: 100%
  39.  
  40. symfony/routing suggests installing symfony/config (For using the all-in-one rou
  41. ter or any loader)
  42. symfony/routing suggests installing symfony/yaml (For using the YAML loader)
  43. symfony/routing suggests installing symfony/expression-language (For using expre
  44. ssion matching)
  45. symfony/routing suggests installing doctrine/annotations (For using the annotati
  46. on loader)
  47. symfony/event-dispatcher suggests installing symfony/dependency-injection ()
  48. symfony/event-dispatcher suggests installing symfony/http-kernel ()
  49. react/stream suggests installing react/promise (~1.0)
  50. react/event-loop suggests installing ext-libevent (>=0.0.5)
  51. react/event-loop suggests installing ext-libev (*)
  52. Writing lock file
  53. Generating autoload files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement