Skip to content

Commit fc942c2

Browse files
author
Greg Bowler
committed
feature: upgrade phpgt/session
1 parent e0c6c39 commit fc942c2

3 files changed

Lines changed: 25 additions & 25 deletions

File tree

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313
"php": ">=8.1",
1414

1515
"phpgt/config": "^1.0",
16-
"phpgt/csrf": "^v1.9",
17-
"phpgt/dom": "^v4.0",
18-
"phpgt/domtemplate": "^v3.2",
16+
"phpgt/csrf": "^1.9",
17+
"phpgt/dom": "^4.0",
18+
"phpgt/domtemplate": "^3.2",
1919
"phpgt/database": "^1.4",
2020
"phpgt/http": "^1.1",
2121
"phpgt/logger": "^1.0",
22-
"phpgt/protectedglobal": "^v1.1",
22+
"phpgt/protectedglobal": "^1.1",
2323
"phpgt/routing": "^1.0",
2424
"phpgt/servicecontainer": "^1.1",
25-
"phpgt/session": "^1.1",
25+
"phpgt/session": "^1.2.1",
2626
"phpgt/sync": "^1.2",
27-
"phpgt/ulid": "^v1.0.0",
28-
"phpgt/gtcommand": "^v1.0",
27+
"phpgt/ulid": "^1.0.0",
28+
"phpgt/gtcommand": "^1.0",
2929

3030
"psr/http-server-middleware": "^1.0",
3131
"willdurand/negotiation": "^3.0"

composer.lock

Lines changed: 18 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Middleware/RequestHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ protected function handleSession():void {
225225
$sessionHandler,
226226
$sessionConfig,
227227
$sessionId,
228-
$this->serviceContainer->get(ServerInfo::class)->getServerPort(),
229228
);
230229
$this->serviceContainer->set($session);
231230
}

0 commit comments

Comments
 (0)