Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Fia
Browse files Browse the repository at this point in the history
  • Loading branch information
Murillo Freitas committed Mar 2, 2018
1 parent 9770327 commit 7cf12f5
Show file tree
Hide file tree
Showing 6 changed files with 2,096 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .gitignore
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/
1 change: 1 addition & 0 deletions rumble → bin/rumble
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;
Expand Down
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
{
"name": "Lawrence Enehizena",
"email": "[email protected]"
<<<<<<< Updated upstream
=======
},
{
"name": "Murillo Brendel Freitas",
"email": "[email protected]"
>>>>>>> Stashed changes
}
],
"require": {
Expand All @@ -22,7 +29,7 @@
"require-dev": {
"phpunit/phpunit": "*"
},
"bin": ["rumble"],
"bin": ["bin/rumble"],
"autoload": {
"psr-4": {
"Rumble\\": "src/"
Expand Down
Loading

0 comments on commit 7cf12f5

Please sign in to comment.