Skip to content

Commit

Permalink
feature: upgrade phpgt/session
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed May 25, 2023
1 parent e0c6c39 commit fc942c2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
"php": ">=8.1",

"phpgt/config": "^1.0",
"phpgt/csrf": "^v1.9",
"phpgt/dom": "^v4.0",
"phpgt/domtemplate": "^v3.2",
"phpgt/csrf": "^1.9",
"phpgt/dom": "^4.0",
"phpgt/domtemplate": "^3.2",
"phpgt/database": "^1.4",
"phpgt/http": "^1.1",
"phpgt/logger": "^1.0",
"phpgt/protectedglobal": "^v1.1",
"phpgt/protectedglobal": "^1.1",
"phpgt/routing": "^1.0",
"phpgt/servicecontainer": "^1.1",
"phpgt/session": "^1.1",
"phpgt/session": "^1.2.1",
"phpgt/sync": "^1.2",
"phpgt/ulid": "^v1.0.0",
"phpgt/gtcommand": "^v1.0",
"phpgt/ulid": "^1.0.0",
"phpgt/gtcommand": "^1.0",

"psr/http-server-middleware": "^1.0",
"willdurand/negotiation": "^3.0"
Expand Down
35 changes: 18 additions & 17 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/Middleware/RequestHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ protected function handleSession():void {
$sessionHandler,
$sessionConfig,
$sessionId,
$this->serviceContainer->get(ServerInfo::class)->getServerPort(),
);
$this->serviceContainer->set($session);
}
Expand Down

0 comments on commit fc942c2

Please sign in to comment.