Skip to content

Commit

Permalink
Merge pull request #76 from GrahamForks/3.0-database
Browse files Browse the repository at this point in the history
[3.0] Removed Dependency On "orchestra/database"
  • Loading branch information
crynobone committed Feb 3, 2015
2 parents b8e822d + 1921bf6 commit df184de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
},
"require": {
"php": ">=5.4.0",
"laravel/framework": "5.0.*",
"orchestra/database": "3.0.*"
"laravel/framework": "5.0.*"
},
"require-dev": {
"mockery/mockery": "0.9.*",
Expand Down
2 changes: 0 additions & 2 deletions src/Traits/ApplicationTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ protected function getApplicationProviders($app)
'Illuminate\Translation\TranslationServiceProvider',
'Illuminate\Validation\ValidationServiceProvider',
'Illuminate\View\ViewServiceProvider',

'Orchestra\Database\MigrationServiceProvider',
];
}

Expand Down

0 comments on commit df184de

Please sign in to comment.