START{ "name": "symfony/framework-standard-edition", "license": "MIT", "type": "project", "description": "The \"Symfony Standard Edition\" distribution", "autoload": { "psr-4": { "TwigDoctrine\\CoreBundle\\": "src/TwigDoctrine/CoreBundle", "Template\\CoreBundle\\": "src/Template/CoreBundle", "Template\\AdminBundle\\": "src/Template/AdminBundle", "Template\\ClientBundle\\": "src/Template/ClientBundle", "Page\\CoreBundle\\": "src/Page/CoreBundle", "Page\\AdminBundle\\": "src/Page/AdminBundle", "Page\\ClientBundle\\": "src/Page/ClientBundle", "Menu\\CoreBundle\\": "src/Menu/CoreBundle", "Media\\CoreBundle\\": "src/Media/CoreBundle", "Media\\AdminBundle\\": "src/Media/AdminBundle", "Plugin\\CoreBundle\\": "src/Plugin/CoreBundle", "Item\\CoreBundle\\": "src/Item/CoreBundle", "Hotload\\CoreBundle\\": "src/Hotload/CoreBundle", "Hotload\\AdminBundle\\": "src/Hotload/AdminBundle", "Ec\\CoreBundle\\": "src/Ec/CoreBundle", "Ec\\AdminBundle\\": "src/Ec/AdminBundle", "Ec\\ClientBundle\\": "src/Ec/ClientBundle", "Device\\CoreBundle\\": "src/Device/CoreBundle", "Content\\ArchiveBundle\\": "src/Content/ArchiveBundle", "Content\\AttributeBundle\\": "src/Content/AttributeBundle", "Content\\TagBundle\\": "src/Content/TagBundle", "Application\\BackendBundle\\": "src/Application/BackendBundle", "Application\\FrontendBundle\\": "src/Application/FrontendBundle", "Application\\InstallerBundle\\": "src/Application/InstallerBundle", "Plugin\\IntasectPaymentBundle\\": "app/Plugin/IntasectPaymentBundle", "Plugin\\LaunchCartPaymentBundle\\": "app/Plugin/LaunchCartPaymentBundle", "Plugin\\NihaoPayBundle\\": "app/Plugin/NihaoPayBundle", "Plugin\\PayPalBundle\\": "app/Plugin/PayPalBundle", "Plugin\\ZcomPaymentBundle\\": "app/Plugin/ZcomPaymentBundle", "Plugin\\StripePaymentBundle\\": "app/Plugin/StripePaymentBundle", "Plugin\\MacroKioskBundle\\": "app/Plugin/MacroKioskBundle", "Plugin\\SocialLoginBundle\\": "app/Plugin/SocialLoginBundle", "Plugin\\NPPaymentBundle\\": "app/Plugin/NPPaymentBundle", "Plugin\\LINEPayBundle\\": "app/Plugin/LINEPayBundle", "Plugin\\InterfaceBundle\\": "app/Plugin/InterfaceBundle", "Plugin\\TwoCTwoPPaymentBundle\\": "app/Plugin/TwoCTwoPPaymentBundle", "Plugin\\ECPayBundle\\": "app/Plugin/ECPayBundle", "Plugin\\AfterPaymentBundle\\": "app/Plugin/AfterPaymentBundle", "Plugin\\LogisticSyncBundle\\": "app/Plugin/LogisticSyncBundle", "Plugin\\ElePayBundle\\": "app/Plugin/ElePayBundle", "Plugin\\TagManagerBundle\\": "app/Plugin/TagManagerBundle", "Plugin\\Super8Bundle\\": "app/Plugin/Super8Bundle", "Plugin\\ZaikorobotBundle\\": "app/Plugin/ZaikorobotBundle" }, "classmap": [ "app/AppKernel.php", "app/AppCache.php" ] }, "autoload-dev": { "files": [ "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php" ] }, "require": { "php": ">=5.3.9", "amazonwebservices/aws-sdk-for-php": "^1.6", "avalanche123/imagine-bundle": "^2.1", "beberlei/doctrineextensions": "^1.0", "cbsi/doctrine2-nestedset": "dev-master", "doctrine/common": "^2.7", "doctrine/data-fixtures": "^1.2", "doctrine/dbal": "^2.5", "doctrine/doctrine-bundle": "^1.6", "doctrine/orm": "^2.5", "endroid/qrcode": "1.9.3", "fabpot/goutte": "^3.2", "guzzlehttp/guzzle": "^6.3", "guzzlehttp/promises": "^1.3", "guzzlehttp/psr7": "^1.5", "jms/cg": "^1.2", "jms/metadata": "^1.6", "jms/security-extra-bundle": "^1.6", "knplabs/knp-gaufrette-bundle": "^0.5.3", "knplabs/knp-paginator-bundle": "^2.7", "knplabs/knp-snappy-bundle": "^1.4", "kriswallsmith/assetic": "^1.4", "lexik/maintenance-bundle": "^2.1", "makerlabs/pager-bundle": "dev-master", "monolog/monolog": "^1.23", "phpunit/phpunit": "^5.7", "psr/http-message": "^1.0", "sensio/distribution-bundle": "~4.0", "sensio/framework-extra-bundle": "^3.0.2", "stfalcon/tinymce-bundle": "^0.4.0", "swiftmailer/swiftmailer": "^5.4", "symfony/assetic-bundle": "^2.8", "symfony/monolog-bundle": "^3.0.2", "symfony/swiftmailer-bundle": "~2.3,>=2.3.10", "symfony/symfony": "2.8.*", "twig/extensions": "^1.5", "twig/twig": "^1.34" }, "require-dev": { "escapestudios/symfony2-coding-standard": "3.x-dev", "sensio/generator-bundle": "~3.0", "squizlabs/php_codesniffer": "^3.1", "symfony/phpunit-bridge": "~2.7" }, "scripts": { "symfony-scripts": [ "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget" ], "post-install-cmd": [ "@symfony-scripts" ], "post-update-cmd": [ "@symfony-scripts" ] }, "config": { "bin-dir": "bin", "platform": { "php": "5.6.30" }, "sort-packages": true }, "extra": { "symfony-app-dir": "app", "symfony-web-dir": "web", "symfony-assets-install": "relative", "branch-alias": { "dev-master": "2.8-dev" } } } END