File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2525 }
2626 },
2727 "require-dev" : {
28- "illuminate/support " : " ^5.7 " ,
29- "orchestra/testbench " : " ~3.0 " ,
30- "phpunit/phpunit " : " ^7.0 " ,
31- "laravel/laravel" : " 5.7.* "
28+ "orchestra/testbench " : " ^5.2 " ,
29+ "laravel/tinker " : " ^2.4 " ,
30+ "illuminate/support " : " ^7.12 " ,
31+ "laravel/laravel" : " ^7.12 "
3232 },
3333 "extra" : {
3434 "laravel" : {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class TestCase extends OrchestraTestCase
1515 *
1616 * @return jeremykenedy\laravelusers\LaravelUsersServiceProvider
1717 */
18- protected function getPackageProviders ($ app )
18+ protected function getPackageProviders ($ app ) : void
1919 {
2020 return [LaravelUsersServiceProvider::class];
2121 }
@@ -27,7 +27,7 @@ protected function getPackageProviders($app)
2727 *
2828 * @return array
2929 */
30- protected function getPackageAliases ($ app )
30+ protected function getPackageAliases ($ app ) : void
3131 {
3232 return [
3333 'UsersManagementController ' => LaravelUsersFacade::class,
You can’t perform that action at this time.
0 commit comments