Guest User

Untitled

a guest
Oct 16th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 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.*",
  11. "doctrine/doctrine-bundle": "dev-master",
  12. "twig/extensions": "dev-master",
  13. "symfony/assetic-bundle": "dev-master",
  14. "symfony/swiftmailer-bundle": "dev-master",
  15. "symfony/monolog-bundle": "dev-master",
  16. "sensio/distribution-bundle": "dev-master",
  17. "sensio/framework-extra-bundle": "dev-master",
  18. "sensio/generator-bundle": "dev-master",
  19. "jms/security-extra-bundle": "1.1.*",
  20. "jms/di-extra-bundle": "1.0.*"
  21. },
  22. "scripts": {
  23. "post-install-cmd": [
  24. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
  25. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
  26. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets"
  27. ],
  28. "post-update-cmd": [
  29. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
  30. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
  31. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets"
  32. ]
  33. },
  34. "config": {
  35. "bin-dir": "bin"
  36. },
  37. "extra": {
  38. "symfony-app-dir": "app",
  39. "symfony-web-dir": "web"
  40. }
  41. }
Add Comment
Please, Sign In to add comment