Skip to content

Commit 0743183

Browse files
committed
build: hint version for cyclic dependency with GT/Input
1 parent f12c7f0 commit 0743183

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

composer.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,14 @@
22
"name": "phpgt/http",
33
"description": "PSR-7 HTTP message implementation.",
44
"license": "MIT",
5-
"version": "1.3.1",
6-
7-
"extra": {
8-
"branch-alias": {
9-
"dev-master": "1.3.1-dev",
10-
"dev-222-redirect": "1.3.1-dev"
11-
}
12-
},
5+
"version": "v1.3.2",
136

147
"require": {
158
"php": ">=8.3",
169
"ext-dom": "*",
1710
"ext-curl": "*",
1811
"ext-fileinfo": "*",
19-
"phpgt/input": "^1.2",
12+
"phpgt/input": "^1.3",
2013
"phpgt/typesafegetter": "^1.3",
2114
"phpgt/promise": "^2.4",
2215
"phpgt/async": "^1.0",

0 commit comments

Comments
 (0)