Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2015
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "config": {
  3.     "github-oauth": {
  4.       "github.com": "7afa76203776c5edb5b805ae6e0c4a6493219854"
  5.     }
  6.   },
  7.   "name": "symfony-cmf/sandbox",
  8.   "description": "Demo Sandbox for the Symfony Content Management Framework",
  9.   "homepage": "http://cmf.symfony.com",
  10.   "license": "MIT",
  11.   "authors": [
  12.     {
  13.       "name": "Symfony CMF Community",
  14.       "homepage": "https://github.com/symfony-cmf/SimpleCmsBundle/contributors"
  15.     }
  16.   ],
  17.   "autoload": {
  18.     "psr-0": {
  19.       "": "src/"
  20.     }
  21.   },
  22.   "minimum-stability": "stable",
  23.   "require": {
  24.     "php": ">=5.3.3",
  25.     "twig/extensions": "~1.0",
  26.     "symfony/symfony": "2.3.*",
  27.     "symfony/assetic-bundle": "2.3.*",
  28.     "symfony/monolog-bundle": "2.3.*",
  29.     "symfony-cmf/symfony-cmf": "~1.3@dev",
  30.     "symfony-cmf/simple-cms-bundle": "~1",
  31.     "symfony-cmf/search-bundle": "~1",
  32.     "symfony-cmf/create-bundle": "~1",
  33.     "symfony-cmf/routing-auto-bundle": "~1@dev",
  34.     "sensio/distribution-bundle": "2.3.*",
  35.     "sensio/framework-extra-bundle": "2.3.*",
  36.     "sensio/generator-bundle": "2.3.*",
  37.     "jackalope/jackalope-doctrine-dbal": "~1",
  38.     "jackalope/jackalope-jackrabbit": "~1",
  39.     "doctrine/orm": "*",
  40.     "doctrine/phpcr-odm": "1.2.*",
  41.     "doctrine/doctrine-fixtures-bundle": "2.2.*",
  42.     "sonata-project/core-bundle": "dev-master",
  43.     "sonata-project/cache-bundle": "2.1.*",
  44.     "sonata-project/media-bundle": "2.2.*",
  45.     "sonata-project/doctrine-phpcr-admin-bundle": "dev-master",
  46.     "sonata-project/doctrine-orm-admin-bundle": "~2.3@dev",
  47.     "sonata-project/formatter-bundle": "dev-master",
  48.     "sonata-project/markitup-bundle": "dev-master",
  49.     "eko/feedbundle": "1.0.*",
  50.     "liip/imagine-bundle": "~0.12",
  51.     "liip/doctrine-cache-bundle": "dev-master",
  52.     "wjzijderveld/check-bundles": "~1.0",
  53.     "helios-ag/fm-elfinder-bundle": "~1.4",
  54.     "genemu/form-bundle": "2.2.*",
  55.     "ivaynberg/select2": "~3.4.8",
  56.   },
  57.   "require-dev": {
  58.     "liip/functional-test-bundle": "1.0.*",
  59.     "symfony-cmf/testing": "1.2.*"
  60.   },
  61.   "scripts": {
  62.     "post-install-cmd": [
  63.       "WillemJan\\CheckBundles\\Composer\\CheckBundles::postPackageUpdate",
  64.       "Symfony\\Cmf\\Bundle\\CreateBundle\\Composer\\ScriptHandler::downloadCreateAndCkeditor",
  65.       "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
  66.       "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
  67.       "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets"
  68.     ],
  69.     "post-update-cmd": [
  70.       "WillemJan\\CheckBundles\\Composer\\CheckBundles::postPackageUpdate",
  71.       "Symfony\\Cmf\\Bundle\\CreateBundle\\Composer\\ScriptHandler::downloadCreateAndCkeditor",
  72.       "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
  73.       "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
  74.       "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets"
  75.     ]
  76.   },
  77.   "extra": {
  78.     "checkbundles-ignore": [
  79.       "Liip\\FunctionalTestBundle\\LiipFunctionalTestBundle",
  80.       "Sensio\\Bundle\\DistributionBundle\\SensioDistributionBundle"
  81.     ],
  82.     "symfony-app-dir": "app",
  83.     "symfony-web-dir": "web/static",
  84.     "symfony-assets-install": "symlink"
  85.   }
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement