From 1ab2b90b02705e206680b5428bf1fbaec6438132 Mon Sep 17 00:00:00 2001 From: Marcin Zelent Date: Fri, 16 Mar 2018 17:53:32 +0100 Subject: Removed old files. --- composer.json | 72 ----------------------------------------------------------- 1 file changed, 72 deletions(-) delete mode 100644 composer.json (limited to 'composer.json') diff --git a/composer.json b/composer.json deleted file mode 100644 index b11e53e..0000000 --- a/composer.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "name": "pollution-sensor", - "license": "proprietary", - "type": "project", - "autoload": { - "psr-4": { - "AppBundle\\": "src/AppBundle" - }, - "classmap": [ - "app/AppKernel.php", - "app/AppCache.php" - ] - }, - "autoload-dev": { - "psr-4": { - "Tests\\": "tests/" - }, - "files": [ - "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php" - ] - }, - "require": { - "php": ">=7.0", - "doctrine/doctrine-bundle": "^1.6", - "doctrine/orm": "^2.5", - "incenteev/composer-parameter-handler": "^2.0", - "phpunit/phpunit": "^5.7", - "sensio/distribution-bundle": "^5.0.19", - "sensio/framework-extra-bundle": "^3.0.2", - "symfony/monolog-bundle": "^3.1.0", - "symfony/polyfill-apcu": "^1.0", - "symfony/swiftmailer-bundle": "^2.3.10", - "symfony/symfony": "3.3.*", - "symfony/web-server-bundle": "^3.3", - "twig/twig": "^1.0||^2.0" - }, - "require-dev": { - "sensio/generator-bundle": "^3.0", - "symfony/phpunit-bridge": "^3.0" - }, - "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" - ] - }, - "config": { - "sort-packages": true - }, - "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": null - } -} -- cgit v1.2.3