summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--composer.json18
2 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f2fdd26..6d37e8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,6 @@ src/test.php
test/
test/*
test.php
+
+/vendor/
+composer.lock \ No newline at end of file
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..26722a3
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,18 @@
+{
+ "name": "katzgrau/klogger",
+ "description": "A Simple Logging Class",
+ "require": {
+ "psr/log": "1.0.0"
+ },
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Kenny Katzgrau",
+ "email": "katzgrau@gmail.com"
+ },
+ {
+ "name": "Dan Horrigan",
+ "email": "dan@dhorrigan.com"
+ }
+ ]
+}