-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ivo Stefanov
committed
Jul 15, 2015
1 parent
c2211f8
commit ab27c8f
Showing
2 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
# Configs # | ||
########### | ||
|
||
|
||
# Generated Files # | ||
################### | ||
.idea | ||
|
||
#PhpStorm | ||
.idea | ||
|
||
# Git | ||
/vendor | ||
composer.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/" | ||
} | ||
} | ||
} |