Advertisement
Guest User

Untitled

a guest
Jul 14th, 2012
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1.  
  2. {
  3. "name": "symfony/framework-standard-edition",
  4. "description": "The \"Symfony Standard Edition\" distribution",
  5. "autoload": {
  6. "psr-0": { "": "src/" }
  7. },
  8. "require": {
  9. "php": ">=5.3.3",
  10. "symfony/symfony": "2.1.*",
  11. "doctrine/orm": "2.2.*",
  12. "doctrine/doctrine-bundle": "dev-master",
  13. "twig/extensions": "dev-master",
  14. "symfony/assetic-bundle": "dev-master",
  15. "symfony/swiftmailer-bundle": "dev-master",
  16. "symfony/monolog-bundle": "dev-master",
  17. "sensio/distribution-bundle": "dev-master",
  18. "sensio/framework-extra-bundle": "dev-master",
  19. "sensio/generator-bundle": "dev-master",
  20. "jms/security-extra-bundle": "1.1.*",
  21. "jms/di-extra-bundle": "1.0.*",
  22. "behat/symfony2-extension": "*",
  23. "behat/mink-extension": "*",
  24. "behat/mink-browserkit-driver": "*",
  25. "behat/mink-zombie-driver": "*",
  26. "gedmo/doctrine-extensions": "master-dev",
  27. "doctrine/doctrine-fixtures-bundle" : "dev-master"
  28.  
  29. },
  30. "scripts": {
  31. "post-install-cmd": [
  32. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
  33. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
  34. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets"
  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. ]
  41. },
  42. "config": {
  43. "bin-dir": "bin"
  44. },
  45. "extra": {
  46. "symfony-app-dir": "app",
  47. "symfony-web-dir": "web"
  48. }
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement