From ee4a1c7903481020f965c7ac02811f5527a012d7 Mon Sep 17 00:00:00 2001 From: suseendhiran17 <58357088+suseendhiran17@users.noreply.github.com> Date: Mon, 26 Dec 2022 15:15:13 +0530 Subject: [PATCH] suseendhiran --- .../modules/Dashboard/views/ams.code-workspace | 14 ++++++++++++++ composer.json | 1 - 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 application/modules/Dashboard/views/ams.code-workspace diff --git a/application/modules/Dashboard/views/ams.code-workspace b/application/modules/Dashboard/views/ams.code-workspace new file mode 100644 index 0000000..f7f79c3 --- /dev/null +++ b/application/modules/Dashboard/views/ams.code-workspace @@ -0,0 +1,14 @@ +{ + "folders": [ + { + "path": "../../../.." + }, + { + "path": "../../../../../demo" + }, + { + "path": "../../../../../codeigniter-3-crud" + } + ], + "settings": {} +} \ No newline at end of file diff --git a/composer.json b/composer.json index 2af4a70..acdb1bf 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,6 @@ "paragonie/random_compat": "Provides better randomness in PHP 5.x" }, "require-dev": { - "mikey179/vfsStream": "1.1.*", "phpunit/phpunit": "4.* || 5.*" } }