composer.json
{ "name": "Invis1ble/assistant", "license": "MIT", "type": "project", "autoload": { "psr-4": { "": "src/" }, "classmap": [ "app/AppKernel.php", "app/AppCache.php" ] }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "require": { "php": "^7.0", "symfony/symfony": "^3.1", "doctrine/orm": "^2.5", "doctrine/doctrine-bundle": "^1.6", "doctrine/doctrine-cache-bundle": "^1.2", "symfony/monolog-bundle": "^3.0", "sensio/distribution-bundle": "^5.0", "sensio/framework-extra-bundle": "^3.0.2", "incenteev/composer-parameter-handler": "^2.0", "friendsofsymfony/rest-bundle": "^2.0", "jms/serializer-bundle": "^1.1", "doctrine/doctrine-migrations-bundle": "^1.1", "ramsey/uuid-doctrine": "^1.2", "stof/doctrine-extensions-bundle": "^1.2", "nelmio/cors-bundle": "^1.4", "nelmio/api-doc-bundle": "^2.13", "hautelook/templated-uri-bundle": "^2.0", "willdurand/hateoas-bundle": "^1.1", "lexik/jwt-authentication-bundle": "^2.0", "gfreeau/get-jwt-bundle": "2.0.x-dev", "nelmio/security-bundle": "^2.0", "gesdinet/jwt-refresh-token-bundle": "^0.1.8" }, "require-dev": { "sensio/generator-bundle": "^3.0", "symfony/phpunit-bridge": "^3.0", "hautelook/alice-bundle": "^1.3", "doctrine/data-fixtures": "^1.1", "phpunit/phpunit": "^5.4", "codeclimate/php-test-reporter": "^0.4" }, "scripts": { "symfony-scripts": [ "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-install-cmd": [ "@symfony-scripts" ], "post-update-cmd": [ "@symfony-scripts" ] }, "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" } }}