Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Dec 11, 2024
1 parent 71f4544 commit 90eb5c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
],
"require": {
"php": ">=8.1",
"spiral/core": "^3.15",
"spiral/encrypter": "^3.15",
"spiral/core": "^3.14.8",
"spiral/encrypter": "^3.14.8",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^10.1",
"mockery/mockery": "^1.5",
"spiral/http": "^3.15",
"spiral/http": "^3.14.8",
"nyholm/psr7": "^1.5",
"vimeo/psalm": "^5.9"
},
Expand Down
10 changes: 5 additions & 5 deletions src/CookieQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ public function __construct(
*/
public function set(
string $name,
string $value = null,
int $lifetime = null,
string $path = null,
string $domain = null,
bool $secure = null,
?string $value = null,
?int $lifetime = null,
?string $path = null,
?string $domain = null,
?bool $secure = null,
bool $httpOnly = true,
?string $sameSite = null
): self {
Expand Down

0 comments on commit 90eb5c7

Please sign in to comment.