Advertisement
obunda

composer require sonata-project/admin-bundle

Jun 25th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. ╭─yoesoff@yoesoff-ThinkPad-X220 ~/Documents/projects/oblog ‹master›
  2. ╰─➤ composer require sonata-project/admin-bundle
  3. Restricting packages listed in "symfony/symfony" to "4.3.*"
  4. Using version ^3.50 for sonata-project/admin-bundle
  5. ./composer.json has been updated
  6. Restricting packages listed in "symfony/symfony" to "4.3.*"
  7. Loading composer repositories with package information
  8. Updating dependencies (including require-dev)
  9.  
  10. Prefetching 13 packages 🎶
  11. - Downloading (100%)
  12.  
  13. Package operations: 13 installs, 0 updates, 0 removals
  14. - Installing twig/extensions (v1.5.4): Loading from cache
  15. - Installing symfony/templating (v4.3.1): Loading from cache
  16. - Installing symfony/security-acl (v3.0.2): Loading from cache
  17. - Installing sonata-project/exporter (2.0.1): Loading from cache
  18. - Installing sonata-project/doctrine-extensions (1.3.0): Loading from cache
  19. - Installing sonata-project/datagrid-bundle (2.5.0): Loading from cache
  20. - Installing cocur/slugify (v3.2): Loading from cache
  21. - Installing sonata-project/core-bundle (3.17.0): Loading from cache
  22. - Installing sonata-project/cache (2.0.1): Loading from cache
  23. - Installing sonata-project/block-bundle (3.15.0): Loading from cache
  24. - Installing knplabs/knp-menu (2.3.0): Loading from cache
  25. - Installing knplabs/knp-menu-bundle (2.2.2): Loading from cache
  26. - Installing sonata-project/admin-bundle (3.50.0): Loading from cache
  27. Writing lock file
  28. Generating autoload files
  29. ocramius/package-versions: Generating version class...
  30. ocramius/package-versions: ...done generating version class
  31. Symfony operations: 6 recipes (49fd50b4a30d5c91911edaf29f5d8f96)
  32. - Configuring twig/extensions (>=1.0): From github.com/symfony/recipes:master
  33. - Configuring sonata-project/datagrid-bundle (>=2.5.0): From auto-generated recipe
  34. - WARNING sonata-project/core-bundle (>=3.9): From github.com/symfony/recipes-contrib:master
  35. The recipe for this package comes from the "contrib" repository, which is open to community contributions.
  36. Review the recipe at https://github.com/symfony/recipes-contrib/tree/master/sonata-project/core-bundle/3.9
  37.  
  38. Do you want to execute this recipe?
  39. [y] Yes
  40. [n] No
  41. [a] Yes for all packages, only for the current installation session
  42. [p] Yes permanently, never ask again for this project
  43. (defaults to n): y
  44. - Configuring sonata-project/core-bundle (>=3.9): From github.com/symfony/recipes-contrib:master
  45. - Configuring sonata-project/block-bundle (>=3.15.0): From auto-generated recipe
  46. - Configuring knplabs/knp-menu-bundle (>=2.2.2): From auto-generated recipe
  47. - WARNING sonata-project/admin-bundle (>=3.31): From github.com/symfony/recipes-contrib:master
  48. The recipe for this package comes from the "contrib" repository, which is open to community contributions.
  49. Review the recipe at https://github.com/symfony/recipes-contrib/tree/master/sonata-project/admin-bundle/3.31
  50.  
  51. Do you want to execute this recipe?
  52. [y] Yes
  53. [n] No
  54. [a] Yes for all packages, only for the current installation session
  55. [p] Yes permanently, never ask again for this project
  56. (defaults to n): y
  57. - Configuring sonata-project/admin-bundle (>=3.31): From github.com/symfony/recipes-contrib:master
  58. Executing script cache:clear [OK]
  59. Executing script assets:install public [OK]
  60.  
  61. Some files may have been created or updated to configure your new packages.
  62. Please review, edit and commit them: these files are yours.
  63.  
  64. ╭─yoesoff@yoesoff-ThinkPad-X220 ~/Documents/projects/oblog ‹master*›
  65. ╰─➤
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement