Created
June 30, 2016 18:11
-
-
Save marcw/3834cbe4099c7002497b60a20c5f1cd1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "marcw/foo-project", | |
| "license": "proprietary", | |
| "type": "project", | |
| "description": "", | |
| "repositories": [ | |
| { | |
| "type": "vcs", | |
| "url": "https://github.com/moprodotio/Sitemap" | |
| } | |
| ], | |
| "platform": { | |
| "php": "5.6" | |
| }, | |
| "require": { | |
| "php": "5.6.*|7.0.*", | |
| "ext-pdo_pgsql": "*", | |
| "ext-redis": "*", | |
| "ext-imagick": "*", | |
| "symfony/symfony": "3.0.*", | |
| "doctrine/orm": "^2.5", | |
| "doctrine/doctrine-bundle": "^1.5.2", | |
| "doctrine/doctrine-cache-bundle": "^1.2", | |
| "symfony/swiftmailer-bundle": "^2.3", | |
| "symfony/monolog-bundle": "^2.8", | |
| "sensio/distribution-bundle": "^5.0", | |
| "sensio/framework-extra-bundle": "^3.0.2", | |
| "incenteev/composer-parameter-handler": "~2.0", | |
| "twig/extensions": "~1.0", | |
| "stof/doctrine-extensions-bundle": "~1.2", | |
| "friendsofsymfony/user-bundle": "dev-master", | |
| "facebook/php-sdk-v4": "~4.0", | |
| "white-october/pagerfanta-bundle": "~1.0", | |
| "tijsverkoyen/css-to-inline-styles": "^1.5", | |
| "knplabs/knp-markdown-bundle": "~1.3", | |
| "misd/linkify": "~1.1", | |
| "knplabs/knp-gaufrette-bundle": "0.3.*", | |
| "jms/translation-bundle": "dev-master", | |
| "snc/redis-bundle": "dev-master#baa89a3", | |
| "league/oauth2-google": "^1.0", | |
| "csa/guzzle-bundle": "@dev", | |
| "swarrot/swarrot-bundle": "^1.2", | |
| "jms/serializer-bundle": "^1.0", | |
| "aws/aws-sdk-php": "^3.8", | |
| "ramsey/uuid": "^3.0", | |
| "imagine/imagine": "^0.6.3", | |
| "league/oauth2-instagram": "^0.2.0", | |
| "doctrine/doctrine-migrations-bundle": "^1.1", | |
| "league/csv": "^7.2", | |
| "eko/feedbundle": "^1.2", | |
| "knplabs/knp-menu-bundle": "^2.1", | |
| "cebe/markdown": "^1.1", | |
| "sonata-project/intl-bundle": "^2.2", | |
| "marcw/cccn": "~1.0", | |
| "geoip2/geoip2": "~2.0", | |
| "stripe/stripe-php": "^3.7", | |
| "mpociot/vat-calculator": "^1.6", | |
| "thepixeldeveloper/sitemap": "dev-feat-link-subelement", | |
| "mailgun/mailgun-php": "^2.0", | |
| "oro/doctrine-extensions": "^1.0", | |
| "php-amqplib/php-amqplib": "^2.6", | |
| "javiereguiluz/easyadmin-bundle": "^1.13", | |
| "symfony/polyfill-iconv": "^1.2", | |
| "voku/portable-utf8": "2.1.17", | |
| "ocramius/proxy-manager": "^1.0", | |
| "zendframework/zend-code": "^2.2", | |
| "sentry/sentry-symfony": "^0.3.0", | |
| "voku/html2text": "^3.1", | |
| "endroid/qrcode-bundle": "^2.0", | |
| "marcw/rss-writer": "^0.2" | |
| }, | |
| "require-dev": { | |
| "behat/behat": "~3.0", | |
| "behat/symfony2-extension": "~2.0", | |
| "behat/mink": "~1.5", | |
| "behat/mink-extension": "~2.0", | |
| "behat/mink-browserkit-driver": "~1.1", | |
| "behatch/contexts": "~2.1", | |
| "sensio/generator-bundle": "~3.0", | |
| "phpunit/phpunit": "^5", | |
| "jarnaiz/behat-junit-formatter": "~1.3", | |
| "behat/mink-selenium2-driver": "^1.3", | |
| "codegyre/robo": "1.0.0-beta1", | |
| "mopro/translation-ui-bundle": "dev-master", | |
| "devinci/devinci-behat-extension": "dev-master", | |
| "symfony/phpunit-bridge": "^3.1", | |
| "friendsofphp/php-cs-fixer": "^1.11", | |
| "liip/functional-test-bundle": "^1.6", | |
| "hautelook/alice-bundle": "^1.2", | |
| "doctrine/data-fixtures": "^1.1" | |
| }, | |
| "scripts": { | |
| "post-install-cmd": [ | |
| "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", | |
| "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", | |
| "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", | |
| "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", | |
| "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", | |
| "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget" | |
| ], | |
| "post-update-cmd": [ | |
| "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", | |
| "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", | |
| "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", | |
| "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", | |
| "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", | |
| "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget" | |
| ] | |
| }, | |
| "config": { | |
| "platform": { | |
| "php": "5.6" | |
| } | |
| }, | |
| "extra": { | |
| "symfony-app-dir": "app", | |
| "symfony-bin-dir": "bin", | |
| "symfony-var-dir": "var", | |
| "symfony-web-dir": "web", | |
| "symfony-tests-dir": "tests", | |
| "symfony-assets-install": "relative", | |
| "incenteev-parameters": { | |
| "file": "app/config/parameters.yml" | |
| }, | |
| "branch-alias": { | |
| "dev-master": "3.0-dev" | |
| } | |
| } | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment