|
| 1 | +{ |
| 2 | + "name": "jme/bankstats", |
| 3 | + "description": "My economy in graphs", |
| 4 | + "autoload": { |
| 5 | + "psr-0": { "": "src/" } |
| 6 | + }, |
| 7 | + "minimum-stability": "dev", |
| 8 | + "require": { |
| 9 | + "php": ">=5.3.3", |
| 10 | + "symfony/symfony": "2.1.6", |
| 11 | + "doctrine/orm": "2.2.*", |
| 12 | + "doctrine/doctrine-bundle": "1.0.*", |
| 13 | + |
| 14 | + "twig/extensions": "dev-master", |
| 15 | + "symfony/assetic-bundle": "2.1.x-dev", |
| 16 | + "symfony/swiftmailer-bundle": "2.1.x-dev", |
| 17 | + "symfony/monolog-bundle": "2.1.0-RC1", |
| 18 | + "sensio/distribution-bundle": "2.1.x-dev", |
| 19 | + "sensio/framework-extra-bundle": "2.1.x-dev", |
| 20 | + "sensio/generator-bundle": "2.1.x-dev", |
| 21 | + "jms/security-extra-bundle": "1.1.*", |
| 22 | + "jms/di-extra-bundle": "1.0.*", |
| 23 | + |
| 24 | + "swiftmailer/swiftmailer": "v4.2.0", |
| 25 | + "monolog/monolog": "1.1.0", |
| 26 | + "twig/twig": "1.9.1", |
| 27 | + |
| 28 | + "gedmo/doctrine-extensions": "2.3.x-dev", |
| 29 | + "beberlei/DoctrineExtensions": "dev-master", |
| 30 | + "fpn/doctrine-extensions-taggable": "dev-master", |
| 31 | + "fpn/tag-bundle": "dev-master", |
| 32 | + "willdurand/expose-translation-bundle": "dev-master", |
| 33 | + "stof/doctrine-extensions-bundle": "dev-master", |
| 34 | + "jms/serializer-bundle": "0.9.0", |
| 35 | + "friendsofsymfony/user-bundle": "dev-master", |
| 36 | + "friendsofsymfony/rest-bundle": "0.8.0", |
| 37 | + "friendsofsymfony/comment-bundle": "dev-master", |
| 38 | + "stfalcon/tinymce-bundle": "dev-master", |
| 39 | + "zendframework/zendframework": "2.0.0rc3", |
| 40 | + "besimple/i18n-routing-bundle": "2.1.*@dev", |
| 41 | + |
| 42 | + "knplabs/knp-menu-bundle": "v1.1.0", |
| 43 | + "doctrine/doctrine-migrations-bundle": "dev-master" |
| 44 | + }, |
| 45 | + "scripts": { |
| 46 | + "post-install-cmd": [ |
| 47 | + "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", |
| 48 | + "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", |
| 49 | + "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets" |
| 50 | + ], |
| 51 | + "post-update-cmd": [ |
| 52 | + "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", |
| 53 | + "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", |
| 54 | + "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets" |
| 55 | + ] |
| 56 | + }, |
| 57 | + "config": { |
| 58 | + "bin-dir": "bin" |
| 59 | + }, |
| 60 | + "extra": { |
| 61 | + "symfony-app-dir": "app", |
| 62 | + "symfony-web-dir": "web" |
| 63 | + } |
| 64 | +} |
0 commit comments