Advertisement
id26327371

Untitled

Oct 10th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.25 KB | None | 0 0
  1. O_O[developer@dev-server:~/dev.akkermania.com.ua]$ composer require symfony/orm-pack
  2. Using version ^1.0 for symfony/orm-pack
  3. ./composer.json has been updated
  4. Loading composer repositories with package information
  5. Updating dependencies (including require-dev)
  6. Package operations: 41 installs, 0 updates, 0 removals
  7. - Installing ocramius/package-versions (1.3.0): Downloading (100%)
  8. - Installing symfony/routing (v4.1.6): Loading from cache
  9. - Installing symfony/polyfill-mbstring (v1.9.0): Loading from cache
  10. - Installing symfony/polyfill-ctype (v1.9.0): Downloading (100%)
  11. - Installing symfony/http-foundation (v4.1.6): Loading from cache
  12. - Installing symfony/event-dispatcher (v4.1.6): Loading from cache
  13. - Installing psr/log (1.0.2): Loading from cache
  14. - Installing symfony/debug (v4.1.6): Loading from cache
  15. - Installing symfony/http-kernel (v4.1.6): Loading from cache
  16. - Installing symfony/finder (v4.1.6): Loading from cache
  17. - Installing symfony/filesystem (v4.1.6): Loading from cache
  18. - Installing psr/container (1.0.0): Loading from cache
  19. - Installing symfony/dependency-injection (v4.1.6): Loading from cache
  20. - Installing symfony/config (v4.1.6): Loading from cache
  21. - Installing psr/simple-cache (1.0.1): Loading from cache
  22. - Installing psr/cache (1.0.1): Loading from cache
  23. - Installing symfony/cache (v4.1.6): Loading from cache
  24. - Installing symfony/framework-bundle (v4.1.6): Loading from cache
  25. - Installing doctrine/cache (v1.8.0): Loading from cache
  26. - Installing doctrine/lexer (v1.0.1): Loading from cache
  27. - Installing doctrine/annotations (v1.6.0): Loading from cache
  28. - Installing zendframework/zend-eventmanager (3.2.1): Downloading (100%)
  29. - Installing zendframework/zend-code (3.3.1): Downloading (100%)
  30. - Installing ocramius/proxy-manager (2.2.2): Downloading (100%)
  31. - Installing symfony/console (v4.1.6): Loading from cache
  32. - Installing doctrine/event-manager (v1.0.0): Loading from cache
  33. - Installing doctrine/dbal (v2.8.0): Loading from cache
  34. - Installing doctrine/reflection (v1.0.0): Loading from cache
  35. - Installing doctrine/collections (v1.5.0): Loading from cache
  36. - Installing doctrine/persistence (v1.0.1): Loading from cache
  37. - Installing doctrine/inflector (v1.3.0): Loading from cache
  38. - Installing doctrine/common (v2.9.0): Loading from cache
  39. - Installing doctrine/migrations (v1.8.1): Downloading (100%)
  40. - Installing symfony/doctrine-bridge (v4.1.6): Loading from cache
  41. - Installing doctrine/doctrine-cache-bundle (1.3.3): Loading from cache
  42. - Installing jdorn/sql-formatter (v1.2.17): Loading from cache
  43. - Installing doctrine/doctrine-bundle (1.9.1): Loading from cache
  44. - Installing doctrine/doctrine-migrations-bundle (v1.3.1): Downloading (100%)
  45. - Installing doctrine/instantiator (1.1.0): Loading from cache
  46. - Installing doctrine/orm (v2.6.2): Loading from cache
  47. - Installing symfony/orm-pack (v1.0.5): Downloading (100%)
  48. symfony/routing suggests installing symfony/expression-language (For using expression matching)
  49. symfony/routing suggests installing symfony/yaml (For using the YAML loader)
  50. symfony/http-kernel suggests installing symfony/browser-kit
  51. symfony/http-kernel suggests installing symfony/var-dumper
  52. symfony/dependency-injection suggests installing symfony/expression-language (For using expressions in service container configuration)
  53. symfony/dependency-injection suggests installing symfony/proxy-manager-bridge (Generate service proxies to lazy load them)
  54. symfony/dependency-injection suggests installing symfony/yaml
  55. symfony/config suggests installing symfony/yaml (To use the yaml reference dumper)
  56. symfony/framework-bundle suggests installing ext-apcu (For best performance of the system caches)
  57. symfony/framework-bundle suggests installing symfony/form (For using forms)
  58. symfony/framework-bundle suggests installing symfony/serializer (For using the serializer service)
  59. symfony/framework-bundle suggests installing symfony/validator (For using validation)
  60. symfony/framework-bundle suggests installing symfony/yaml (For using the debug:config and lint:yaml commands)
  61. symfony/framework-bundle suggests installing symfony/property-info (For using the property_info service)
  62. symfony/framework-bundle suggests installing symfony/web-link (For using web links, features such as preloading, prefetching or prerendering)
  63. doctrine/cache suggests installing alcaeus/mongo-php-adapter (Required to use legacy MongoDB driver)
  64. zendframework/zend-eventmanager suggests installing container-interop/container-interop (^1.1.0, to use the lazy listeners feature)
  65. zendframework/zend-eventmanager suggests installing zendframework/zend-stdlib (^2.7.3 || ^3.0, to use the FilterChain feature)
  66. zendframework/zend-code suggests installing zendframework/zend-stdlib (Zend\Stdlib component)
  67. ocramius/proxy-manager suggests installing ocramius/generated-hydrator (To have very fast object to array to object conversion for ghost objects)
  68. ocramius/proxy-manager suggests installing zendframework/zend-xmlrpc (To have the XmlRpc adapter (Remote Object feature))
  69. ocramius/proxy-manager suggests installing zendframework/zend-json (To have the JsonRpc adapter (Remote Object feature))
  70. ocramius/proxy-manager suggests installing zendframework/zend-soap (To have the Soap adapter (Remote Object feature))
  71. symfony/console suggests installing symfony/lock
  72. symfony/console suggests installing symfony/process
  73. doctrine/migrations suggests installing symfony/yaml (Allows the use of yaml for migration configuration files.)
  74. symfony/doctrine-bridge suggests installing doctrine/data-fixtures
  75. symfony/doctrine-bridge suggests installing symfony/form
  76. symfony/doctrine-bridge suggests installing symfony/property-info
  77. symfony/doctrine-bridge suggests installing symfony/validator
  78. doctrine/doctrine-cache-bundle suggests installing symfony/security-acl (For using this bundle to cache ACLs)
  79. doctrine/doctrine-bundle suggests installing symfony/web-profiler-bundle (To use the data collector.)
  80. doctrine/orm suggests installing symfony/yaml (If you want to use YAML Metadata Mapping Driver)
  81. Writing lock file
  82. Generating autoload files
  83. ocramius/package-versions: Generating version class...
  84. ocramius/package-versions: ...done generating version class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement