Skip to content

Commit

Permalink
Update service provider for Laravel 4.1
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Oct 3, 2013
1 parent 73660fc commit baff9c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
"php": ">=5.3.3",
"laravel/framework": "4.1.*"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/laravel/boris"
}
],
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
Expand Down
2 changes: 2 additions & 0 deletions src/Orchestra/Testbench/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,13 @@ protected function getApplicationProviders()
'Illuminate\Hashing\HashServiceProvider',
'Illuminate\Html\HtmlServiceProvider',
'Illuminate\Foundation\Providers\KeyGeneratorServiceProvider',
'Illuminate\Exception\LiveServiceProvider',
'Illuminate\Log\LogServiceProvider',
'Illuminate\Mail\MailServiceProvider',
'Illuminate\Database\MigrationServiceProvider',
'Illuminate\Pagination\PaginationServiceProvider',
'Illuminate\Foundation\Providers\PublisherServiceProvider',
'Illuminate\Remote\RemoteServiceProvider',
'Illuminate\Queue\QueueServiceProvider',
'Illuminate\Redis\RedisServiceProvider',
'Illuminate\Auth\Reminders\ReminderServiceProvider',
Expand Down

0 comments on commit baff9c9

Please sign in to comment.