Skip to content

Instantly share code, notes, and snippets.

@swis
Created July 6, 2013 21:03

Revisions

  1. swis created this gist Jul 6, 2013.
    75 changes: 75 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,75 @@
    {
    "name": "symfony/framework-standard-edition",
    "description": "The \"Symfony Standard Edition\" distribution",
    "license": "proprietary",
    "autoload": {
    "psr-0": { "": "src/" }
    },
    "require": {
    "php": ">=5.4.0",

    "symfony/symfony": "2.3.*",
    "symfony/assetic-bundle": "2.3.*",
    "symfony/monolog-bundle": "2.3.*",
    "symfony/swiftmailer-bundle": "2.3.*",

    "sensio/distribution-bundle": "2.3.*",
    "sensio/framework-extra-bundle": "2.3.*",
    "sensio/generator-bundle": "2.3.*",

    "doctrine/orm": ">=2.3.0,<2.4-dev",
    "doctrine/doctrine-bundle": "1.2.*",
    "doctrine/doctrine-fixtures-bundle": "dev-master@dev",
    "doctrine/doctrine-migrations-bundle": "*@dev",
    "doctrine/data-fixtures": "dev-master@dev",
    "doctrine/migrations": "*@dev",

    "jms/di-extra-bundle": "*",
    "jms/i18n-routing-bundle": "*",
    "jms/metadata": "*",
    "jms/security-extra-bundle": "*",
    "jms/serializer-bundle": "*@dev",
    "jms/translation-bundle": "*",

    "craue/formflow-bundle": "*",
    "dannytrue/phpthumb": "*",
    "friendsofsymfony/facebook-bundle": "1.2.*",
    "friendsofsymfony/rest-bundle": "*",
    "friendsofsymfony/user-bundle": "2.0.x@dev",
    "gedmo/doctrine-extensions": "2.3.*",
    "incenteev/composer-parameter-handler": "~2.0",
    "itbz/fpdf": "*",
    "mopa/bootstrap-bundle": "2.2.x@dev",
    "knplabs/knp-menu-bundle":"*",
    "knplabs/knp-paginator-bundle": "*",
    "siphoc/pdf-bundle": "*",
    "stfalcon/tinymce-bundle": "*",
    "stof/doctrine-extensions-bundle": "*",
    "twig/extensions": "1.0.*",
    "twitter/bootstrap": "v2.3.1",
    "willdurand/geocoder-bundle": "*",
    "willdurand/expose-translation-bundle": "*"
    },
    "scripts": {
    "post-install-cmd": [
    "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
    "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
    "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
    "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
    "Mopa\\Bundle\\BootstrapBundle\\Composer\\ScriptHandler::postInstallSymlinkTwitterBootstrap"
    ],
    "post-update-cmd": [
    "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
    "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
    "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
    "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
    "Mopa\\Bundle\\BootstrapBundle\\Composer\\ScriptHandler::postInstallSymlinkTwitterBootstrap"
    ]
    },
    "minimum-stability": "stable",
    "extra": {
    "symfony-app-dir": "app",
    "symfony-web-dir": "web",
    "symfony-assets-install": "symlink"
    }
    }