Skip to content

Commit

Permalink
Composer configuration added
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivo Stefanov committed Jul 15, 2015
1 parent c2211f8 commit ab27c8f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Configs #
###########


# Generated Files #
###################
.idea

#PhpStorm
.idea

# Git
/vendor
composer.lock
21 changes: 21 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "42",
"description": "Exploration into the vast depths of Life.",
"keywords": ["42", "Life"],
"license": "MIT",
"authors": [
{
"name": "Ivo Stefanov",
"email": "[email protected]",
"role": "The Architect"
}
],
"require": {
"php": ">=5.6.0"
},
"autoload": {
"psr-4": {
"Universe\\": "app/Universe/"
}
}
}

0 comments on commit ab27c8f

Please sign in to comment.