Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. {
  2. "name": "symfony/framework-standard-edition",
  3. "license": "MIT",
  4. "type": "project",
  5. "description": "The \"Symfony Standard Edition\" distribution",
  6. "autoload": {
  7. "psr-0": { "": "src/" }
  8. },
  9. "require": {
  10. "php": ">=5.3.3",
  11. "ext-intl": "*",
  12. "symfony/symfony": "~2.4",
  13. "doctrine/orm": "~2.2,>=2.2.3",
  14. "doctrine/doctrine-bundle": "~1.2",
  15. "twig/extensions": "~1.0",
  16. "symfony/assetic-bundle": "~2.3",
  17. "symfony/swiftmailer-bundle": "~2.3",
  18. "symfony/monolog-bundle": "~2.4",
  19. "sensio/distribution-bundle": "~2.3",
  20. "sensio/framework-extra-bundle": "~3.0",
  21. "sensio/generator-bundle": "~2.3",
  22. "incenteev/composer-parameter-handler": "~2.0",
  23. "apy/datagrid-bundle": "dev-master",
  24. "stof/doctrine-extensions-bundle": "~1.1@dev",
  25. "a2lix/translation-form-bundle": "1.*@dev",
  26. "jms/security-extra-bundle" : "dev-master",
  27. "knplabs/knp-menu-bundle" : "dev-master",
  28. "doctrine/doctrine-migrations-bundle" : "dev-master",
  29. "vich/uploader-bundle" : "dev-master",
  30. "avalanche123/imagine-bundle": "v2.1.2",
  31. "jms/i18n-routing-bundle": "1.1.*@dev",
  32. "funcfunc/common-bundle": "dev-ska",
  33. "guzzlehttp/guzzle": "~4.0",
  34. "beberlei/doctrineextensions": "dev-master",
  35. "zendframework/zendservice-twitter" : "dev-master"
  36. },
  37. "repositories": [{
  38. "url" : "git@bitbucket.org:funcfunc/commonbundle.git",
  39. "type" : "git",
  40. "reference" :"ska"
  41. }],
  42. "scripts": {
  43. "post-install-cmd": [
  44. "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
  45. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
  46. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
  47. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
  48. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
  49. ],
  50. "post-update-cmd": [
  51. "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
  52. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
  53. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
  54. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
  55. "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
  56. ]
  57. },
  58. "config": {
  59. "bin-dir": "bin"
  60. },
  61. "minimum-stability": "dev",
  62. "extra": {
  63. "symfony-app-dir": "app",
  64. "symfony-web-dir": "web",
  65. "incenteev-parameters": {
  66. "file": "app/config/parameters.yml"
  67. },
  68. "branch-alias": {
  69. "dev-master": "2.4-dev"
  70. }
  71. }
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement