From d4f0046283760191011148248a61a604f7dcdbfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sessing=C3=B8?= Date: Fri, 18 Sep 2015 19:41:55 +0200 Subject: [PATCH] =?UTF-8?q?[TASK]=C2=A0Updated=20composer.json,=20added=20?= =?UTF-8?q?.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ composer.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..005d2e3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea +composer.lock \ No newline at end of file diff --git a/composer.json b/composer.json index aa22e5d..e7c280b 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ }, "autoload": { "psr-4": { - "Pecee\\": "src/Pecee/" + "Pecee\\": "src/" } } } \ No newline at end of file