Skip to content

Commit f1f40b3

Browse files
author
Greg Bowler
committed
build: upgrade dependencies after dom patch release
1 parent 64daaae commit f1f40b3

File tree

2 files changed

+334
-45
lines changed

2 files changed

+334
-45
lines changed

composer.json

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

15-
"phpgt/config": "^1.0",
15+
"phpgt/config": "^1.1",
1616
"phpgt/csrf": "^v1.9",
17-
"phpgt/dom": "^v4.0",
17+
"phpgt/dom": "^v4.1",
1818
"phpgt/domtemplate": "^3.2",
1919
"phpgt/database": "^1.4",
20-
"phpgt/http": "^1.1",
20+
"phpgt/http": "^1.2",
2121
"phpgt/logger": "^1.0",
2222
"phpgt/protectedglobal": "^v1.1",
23-
"phpgt/routing": "^1.0",
23+
"phpgt/routing": "^1.1",
2424
"phpgt/servicecontainer": "^1.3",
2525
"phpgt/session": "^1.1",
26-
"phpgt/sync": "^1.2",
27-
"phpgt/ulid": "^v1.0.0",
28-
"phpgt/gtcommand": "^v1.0",
26+
"phpgt/sync": "^1.3",
27+
"phpgt/ulid": "^1.0",
28+
"phpgt/gtcommand": "^1.0",
2929

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

0 commit comments

Comments
 (0)