Skip to content
This repository has been archived by the owner on Feb 2, 2018. It is now read-only.

Commit

Permalink
add gitignore and composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Piou-piou committed Mar 10, 2017
1 parent a415fe4 commit dff5830
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/vendor/
.idea
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": {}
}

0 comments on commit dff5830

Please sign in to comment.