Advertisement
Guest User

Untitled

a guest
Mar 14th, 2013
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 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.x@stable",
  10. "doctrine/orm": ">=2.2.3,<2.5-dev",
  11. "doctrine/doctrine-bundle": "1.1.*",
  12. "twig/extensions": "1.0.*@dev",
  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. "kriswallsmith/assetic": "1.1.*@dev",
  22.  
  23. "knplabs/knp-menu-bundle": "1.1.*",
  24. "sonata-project/intl-bundle" :"dev-master",
  25. "sonata-project/admin-bundle" :"2.1.x",
  26. "sonata-project/cache-bundle" :"dev-master",
  27. "sonata-project/doctrine-orm-admin-bundle":"2.1.x"
  28. },
  29. "scripts": {
  30. "post-install-cmd": [
  31. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
  32. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
  33. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
  34. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
  35. ],
  36. "post-update-cmd": [
  37. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
  38. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
  39. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
  40. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
  41. ]
  42. },
  43. "extra": {
  44. "symfony-app-dir": "app",
  45. "symfony-web-dir": "web",
  46. "branch-alias": {
  47. "dev-master": "2.1-dev"
  48. }
  49. }
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement