Skip to content

Commit

Permalink
because of component updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mlantz committed Aug 27, 2024
1 parent 4b8b7c4 commit 653f6c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"php": "^7.2.5|^8.0|^8.2",
"php": "^7.2.5|^8.0|^8.2|^8.3",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/console": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0|^11.0"
Expand Down
1 change: 1 addition & 0 deletions src/stubs/auth-controllers/LoginController.stub
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ class LoginController extends Controller
public function __construct()
{
$this->middleware('guest')->except('logout');
$this->middleware('auth')->only('logout');
}
}

0 comments on commit 653f6c4

Please sign in to comment.