Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "config": {
- "github-oauth": {
- "github.com": "7afa76203776c5edb5b805ae6e0c4a6493219854"
- }
- },
- "name": "symfony-cmf/sandbox",
- "description": "Demo Sandbox for the Symfony Content Management Framework",
- "homepage": "http://cmf.symfony.com",
- "license": "MIT",
- "authors": [
- {
- "name": "Symfony CMF Community",
- "homepage": "https://github.com/symfony-cmf/SimpleCmsBundle/contributors"
- }
- ],
- "autoload": {
- "psr-0": {
- "": "src/"
- }
- },
- "minimum-stability": "stable",
- "require": {
- "php": ">=5.3.3",
- "twig/extensions": "~1.0",
- "symfony/symfony": "2.3.*",
- "symfony/assetic-bundle": "2.3.*",
- "symfony/monolog-bundle": "2.3.*",
- "symfony-cmf/symfony-cmf": "~1.3@dev",
- "symfony-cmf/simple-cms-bundle": "~1",
- "symfony-cmf/search-bundle": "~1",
- "symfony-cmf/create-bundle": "~1",
- "symfony-cmf/routing-auto-bundle": "~1@dev",
- "sensio/distribution-bundle": "2.3.*",
- "sensio/framework-extra-bundle": "2.3.*",
- "sensio/generator-bundle": "2.3.*",
- "jackalope/jackalope-doctrine-dbal": "~1",
- "jackalope/jackalope-jackrabbit": "~1",
- "doctrine/orm": "*",
- "doctrine/phpcr-odm": "1.2.*",
- "doctrine/doctrine-fixtures-bundle": "2.2.*",
- "sonata-project/core-bundle": "dev-master",
- "sonata-project/cache-bundle": "2.1.*",
- "sonata-project/media-bundle": "2.2.*",
- "sonata-project/doctrine-phpcr-admin-bundle": "dev-master",
- "sonata-project/doctrine-orm-admin-bundle": "~2.3@dev",
- "sonata-project/formatter-bundle": "dev-master",
- "sonata-project/markitup-bundle": "dev-master",
- "eko/feedbundle": "1.0.*",
- "liip/imagine-bundle": "~0.12",
- "liip/doctrine-cache-bundle": "dev-master",
- "wjzijderveld/check-bundles": "~1.0",
- "helios-ag/fm-elfinder-bundle": "~1.4",
- "genemu/form-bundle": "2.2.*",
- "ivaynberg/select2": "~3.4.8",
- },
- "require-dev": {
- "liip/functional-test-bundle": "1.0.*",
- "symfony-cmf/testing": "1.2.*"
- },
- "scripts": {
- "post-install-cmd": [
- "WillemJan\\CheckBundles\\Composer\\CheckBundles::postPackageUpdate",
- "Symfony\\Cmf\\Bundle\\CreateBundle\\Composer\\ScriptHandler::downloadCreateAndCkeditor",
- "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
- "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
- "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets"
- ],
- "post-update-cmd": [
- "WillemJan\\CheckBundles\\Composer\\CheckBundles::postPackageUpdate",
- "Symfony\\Cmf\\Bundle\\CreateBundle\\Composer\\ScriptHandler::downloadCreateAndCkeditor",
- "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
- "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
- "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets"
- ]
- },
- "extra": {
- "checkbundles-ignore": [
- "Liip\\FunctionalTestBundle\\LiipFunctionalTestBundle",
- "Sensio\\Bundle\\DistributionBundle\\SensioDistributionBundle"
- ],
- "symfony-app-dir": "app",
- "symfony-web-dir": "web/static",
- "symfony-assets-install": "symlink"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement