Skip to content

Commit

Permalink
Update rector/rector requirement from ^0.18.2 to ^0.19.0 (#88)
Browse files Browse the repository at this point in the history
* Update rector/rector requirement from ^0.18.2 to ^0.19.0

Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@0.18.2...0.19.0)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* Apply fixes from StyleCI

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: StyleCI Bot <bot@styleci.io>
  • Loading branch information
dependabot[bot] and StyleCIBot authored Jan 9, 2024
1 parent a3500b6 commit 81d9ba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"httpsoft/http-message": "^1.0",
"maglnet/composer-require-checker": "^4.2",
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.18.2",
"rector/rector": "^0.19.0",
"roave/infection-static-analysis-plugin": "^1.16",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.30|^5.6",
Expand Down
2 changes: 1 addition & 1 deletion tests/Login/Cookie/CookieLoginMiddlewareTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public function testInvalidExpires(): void
$this->createCookieLogin(),
);

$request = $this->getRequestWithAutoLoginCookie(CookieLoginIdentity::KEY_CORRECT, time() -1);
$request = $this->getRequestWithAutoLoginCookie(CookieLoginIdentity::KEY_CORRECT, time() - 1);

$response = $middleware->process($request, $this->getRequestHandler());

Expand Down

0 comments on commit 81d9ba4

Please sign in to comment.