Skip to content

Commit ab69172

Browse files
committed
build: bump dependencies
1 parent 42dde8b commit ab69172

2 files changed

Lines changed: 174 additions & 39 deletions

File tree

composer.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,32 @@
1212
"ext-json": "*",
1313
"php": ">=8.1",
1414

15+
"phpgt/async": "^1.0",
16+
"phpgt/build": "^1.2",
17+
"phpgt/cli": "^1.3",
1518
"phpgt/config": "^1.1",
16-
"phpgt/csrf": "^v1.9",
17-
"phpgt/dom": "^v4.1",
18-
"phpgt/domtemplate": "^3.3",
19+
"phpgt/cookie": "^1.0",
20+
"phpgt/cron": "^1.0",
21+
"phpgt/csrf": "^1.9",
22+
"phpgt/cssxpath": "^1.3",
23+
"phpgt/curl": "^3.1",
24+
"phpgt/daemon": "^1.1",
1925
"phpgt/database": "^1.5",
26+
"phpgt/dom": "^4.1",
27+
"phpgt/domtemplate": "^3.3",
28+
"phpgt/domvalidation": "^1.0",
29+
"phpgt/fetch": "^1.2",
2030
"phpgt/http": "^1.2",
31+
"phpgt/input": "^1.3",
2132
"phpgt/logger": "^1.0",
22-
"phpgt/protectedglobal": "^v1.1",
33+
"phpgt/promise": "^2.4",
34+
"phpgt/protectedglobal": "^1.1",
2335
"phpgt/routing": "^1.1",
36+
"phpgt/server": "^1.1",
2437
"phpgt/servicecontainer": "^1.3",
2538
"phpgt/session": "^1.2",
2639
"phpgt/sync": "^1.3",
2740
"phpgt/ulid": "^1.0",
28-
"phpgt/gtcommand": "^1.0",
2941

3042
"psr/http-server-middleware": "^1.0",
3143
"willdurand/negotiation": "^3.0"

composer.lock

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

0 commit comments

Comments
 (0)