From e1e6e38cd1bb8c10644960ef13f8693d74219059 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula <42547589+terabytesoftw@users.noreply.github.com> Date: Fri, 9 Apr 2021 12:02:15 -0400 Subject: [PATCH] Remove unnecessary config (#361) --- composer.json | 8 -------- config/params.php | 18 ------------------ config/web.php | 10 ---------- 3 files changed, 36 deletions(-) delete mode 100644 config/params.php delete mode 100644 config/web.php diff --git a/composer.json b/composer.json index dfc6699b8..19a44cc12 100644 --- a/composer.json +++ b/composer.json @@ -52,14 +52,6 @@ "extra": { "branch-alias": { "dev-master": "3.0.x-dev" - }, - "config-plugin-options": { - "source-directory": "config" - }, - "config-plugin": { - "params": "params.php", - "web": "web.php", - "tests": "$web" } }, "autoload": { diff --git a/config/params.php b/config/params.php deleted file mode 100644 index 3574d5044..000000000 --- a/config/params.php +++ /dev/null @@ -1,18 +0,0 @@ - [ - 'aliases' => [ - // @root needs to be redefined in the application config - '@root' => dirname(__DIR__), - '@vendor' => '@root/vendor', - '@public' => '@root/public', - '@runtime' => '@root/runtime', - '@bower' => '@vendor/bower-asset', - '@npm' => '@root/node_modules', - '@baseUrl' => '/', - ], - ], -]; diff --git a/config/web.php b/config/web.php deleted file mode 100644 index 43548eb4c..000000000 --- a/config/web.php +++ /dev/null @@ -1,10 +0,0 @@ -