Advertisement
Guest User

Symfony 2.8

a guest
Apr 19th, 2018
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.83 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.     "minimum-stability": "stable",
  7.     "autoload": {
  8.         "psr-0": {
  9.             "": "src/",
  10.             "SymfonyStandard": "app/"
  11.         }
  12.     },
  13.     "require": {
  14.         "php": ">=5.3.3",
  15.         "symfony/symfony": "2.8.*",
  16.         "doctrine/orm": "~2.2,>=2.2.3",
  17.         "doctrine/doctrine-bundle": "~1.2",
  18.         "twig/extensions": "~1.0",
  19.         "symfony/assetic-bundle": "~2.3",
  20.         "symfony/swiftmailer-bundle": "~2.3",
  21.         "symfony/monolog-bundle": "~2.4",
  22.         "sensio/distribution-bundle": "~3.0",
  23.         "sensio/framework-extra-bundle": "~3.0",
  24.         "incenteev/composer-parameter-handler": "~2.0",
  25.         "facebook/php-sdk-v4": "^5.0",
  26.         "google/apiclient": "1.0.*@beta",
  27.         "ircmaxell/password-compat": "~1.0",
  28.         "symfony/filesystem": "~2.6",
  29.         "symfony/dom-crawler": "~2.6",
  30.         "symfony/yaml": "~2.6",
  31.         "symfony/serializer": "~2.6",
  32.         "omnipay/payu": "^2.0@dev",
  33.         "omnipay/paypal": "^2.5"
  34.     },
  35.     "require-dev": {
  36.         "sensio/generator-bundle": "~2.3"
  37.     },
  38.     "scripts": {
  39.         "post-root-package-install": [
  40.             "SymfonyStandard\\Composer::hookRootPackageInstall"
  41.         ],
  42.         "post-install-cmd": [
  43.             "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
  44.             "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
  45.             "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
  46.             "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
  47.             "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
  48.             "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles"
  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.             "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles"
  57.         ]
  58.     },
  59.     "config": {
  60.         "bin-dir": "bin"
  61.     },
  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.5-dev"
  70.         }
  71.     }
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement