An example composer.json in merkland


SUBMITTED BY: antfuentes87

DATE: Nov. 24, 2015, 11:55 p.m.

FORMAT: Text only

SIZE: 2.4 kB

HITS: 845

  1. {
  2. "autoload": {
  3. "psr-0": {
  4. "": "src/"
  5. }
  6. },
  7. "require": {
  8. "php": ">=5.3.2",
  9. "symfony/assetic-bundle": "dev-master",
  10. "symfony/monolog-bundle": "dev-master",
  11. "symfony/swiftmailer-bundle": "dev-master",
  12. "symfony/symfony": "2.1.*",
  13. "doctrine/common": "2.2.2",
  14. "doctrine/doctrine-bundle": "dev-master",
  15. "doctrine/doctrine-fixtures-bundle": "dev-master",
  16. "doctrine/orm": "2.2.x-dev",
  17. "exercise/elastica-bundle": "dev-master",
  18. "friendsofsymfony/rest-bundle": "dev-master",
  19. "friendsofsymfony/user-bundle": "*",
  20. "fzaninotto/faker": "*",
  21. "jms/di-extra-bundle": "1.0.1",
  22. "jms/payment-core-bundle": "*",
  23. "jms/security-extra-bundle": "1.1.0",
  24. "knplabs/knp-menu-bundle": "dev-master",
  25. "knplabs/knp-paginator-bundle": "dev-master",
  26. "liip/imagine-bundle": "dev-master",
  27. "merk/dough-bundle": "dev-master",
  28. "sensio/distribution-bundle": "dev-master",
  29. "sensio/framework-extra-bundle": "dev-master",
  30. "sensio/generator-bundle": "dev-master",
  31. "simplethings/entity-audit-bundle": "dev-master",
  32. "stof/doctrine-extensions-bundle": "dev-master",
  33. "twig/extensions": "dev-master"
  34. },
  35. "require-dev": {
  36. "behat/behat": "2.3.*",
  37. "behat/behat-bundle": "*",
  38. "behat/mink-bundle": "*",
  39. "behat/sahi-client": "*",
  40. "behat/common-contexts": "*"
  41. },
  42. "scripts": {
  43. "post-install-cmd": [
  44. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
  45. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
  46. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets"
  47. ],
  48. "post-update-cmd": [
  49. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
  50. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
  51. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets"
  52. ]
  53. },
  54. "config": {
  55. "bin-dir": "bin"
  56. },
  57. "extra": {
  58. "symfony-app-dir": "app",
  59. "symfony-web-dir": "web"
  60. }
  61. }

comments powered by Disqus