This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
forked from hsteindev/rumble
-
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
Murillo Freitas
committed
Mar 2, 2018
1 parent
9770327
commit 7cf12f5
Showing
6 changed files
with
2,096 additions
and
7 deletions.
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,6 @@ | ||
## Ignore Visual Studio temporary files, build results, and | ||
/vendor/ | ||
##This file MUST contain only project files. Please put IDE's file in a global .gitignore | ||
|
||
rumble.php | ||
/migrations | ||
/seeds | ||
.idea | ||
migrations/ | ||
seeds/ | ||
vendor/ |
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,5 +1,6 @@ | ||
#!/usr/bin/env php | ||
<?php | ||
|
||
require __DIR__ . '/../../autoload.php'; | ||
|
||
use Symfony\Component\Console\Application; | ||
|
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 |
---|---|---|
|
@@ -13,6 +13,13 @@ | |
{ | ||
"name": "Lawrence Enehizena", | ||
"email": "[email protected]" | ||
<<<<<<< Updated upstream | ||
======= | ||
}, | ||
{ | ||
"name": "Murillo Brendel Freitas", | ||
"email": "[email protected]" | ||
>>>>>>> Stashed changes | ||
} | ||
], | ||
"require": { | ||
|
@@ -22,7 +29,7 @@ | |
"require-dev": { | ||
"phpunit/phpunit": "*" | ||
}, | ||
"bin": ["rumble"], | ||
"bin": ["bin/rumble"], | ||
"autoload": { | ||
"psr-4": { | ||
"Rumble\\": "src/" | ||
|
Oops, something went wrong.