Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
- (php) Update blumilksoftware/codestyle requirement from ^0.9.0 to ^…
Browse files Browse the repository at this point in the history
…0.9.0 || ^0.10.0 (#30)

* - (php) Update blumilksoftware/codestyle requirement || ^0.10.0

Updates the requirements on [blumilksoftware/codestyle](https://github.com/blumilksoftware/codestyle) to permit the latest version.
- [Release notes](https://github.com/blumilksoftware/codestyle/releases)
- [Commits](blumilksoftware/codestyle@v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: blumilksoftware/codestyle
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: cs-fix

Revert "fix: cs-fix"

This reverts commit ae72451.

fix: cs-fix

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aleksander <[email protected]>
  • Loading branch information
dependabot[bot] and MrHDOLEK authored Mar 18, 2022
1 parent ede911f commit e1072aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"require-dev": {
"blumilksoftware/blt": "dev-main",
"blumilksoftware/codestyle": "^0.9.0",
"blumilksoftware/codestyle": "^0.9.0 || ^0.10.0",
"fakerphp/faker": "^1.9.1",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^6.1",
Expand Down
3 changes: 1 addition & 2 deletions src/Http/Middleware/RedirectIfAuthenticated.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ class RedirectIfAuthenticated
public function __construct(
protected Redirector $redirector,
protected AuthManager $authManager,
) {
}
) {}

public function handle(Request $request, Closure $next, ...$guards): Response
{
Expand Down

0 comments on commit e1072aa

Please sign in to comment.