From dff5830224feee213974be9da93fec1b60cef7d4 Mon Sep 17 00:00:00 2001
From: Unknown <pilloud.anthony@gmail.com>
Date: Fri, 10 Mar 2017 15:40:29 +0100
Subject: [PATCH] add gitignore and composer

---
 .gitignore    |  2 ++
 composer.json | 13 +++++++++++++
 2 files changed, 15 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 composer.json

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ccef056
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/vendor/
+.idea
\ No newline at end of file
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..238bc4d
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,13 @@
+{
+    "name": "piou-piou/ribs-module-blog",
+    "description": "This a blog module wich it run under Ribs-framework 2.3.5.6 and more",
+    "license": "MIT",
+    "authors": [
+        {
+            "name": "Piou-piou",
+            "email": "pilloud.anthony@gmail.com"
+        }
+    ],
+    "minimum-stability": "stable",
+    "require": {}
+}