From ac26fb42f487af99140db71565f8407a597a7c81 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 10 Apr 2021 11:06:27 +0200 Subject: Add composer.json to manage dependencies. See https://getcomposer.org/ for intro, why and usage. For now this is mostly to handle dev dependencies, i.e phpunit. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3c3629e..413ff5b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ node_modules + +/vendor/ -- cgit v1.2.3