Skip to content

Commit 3831d04

Browse files
committed
Release 3.0.0-alpha8 (API Version: 3.0.0-alpha1)
fix: Make nullable types explicit
1 parent 020f1e5 commit 3831d04

File tree

5 files changed

+86
-1147
lines changed

5 files changed

+86
-1147
lines changed

.horde.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ authors:
2020
active: false
2121
role: lead
2222
version:
23-
release: 3.0.0alpha8
23+
release: 3.0.0-alpha8
2424
api: 3.0.0alpha1
2525
state:
2626
release: alpha

composer.json

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"minimum-stability": "dev",
32
"name": "horde/http",
43
"description": "HTTP client library",
54
"type": "library",
@@ -17,24 +16,19 @@
1716
"role": "lead"
1817
}
1918
],
20-
"time": "2022-05-31",
21-
"repositories": [
22-
{
23-
"type": "composer",
24-
"url": "https://horde-satis.maintaina.com"
25-
}
26-
],
19+
"time": "2025-05-20",
20+
"repositories": [],
2721
"require": {
2822
"php": "^7.4 || ^8",
29-
"horde/exception": "^3 || dev-FRAMEWORK_6_0",
30-
"horde/support": "^3 || dev-FRAMEWORK_6_0",
31-
"psr/http-message": "^2.0",
23+
"horde/exception": "^3",
24+
"horde/support": "^3",
25+
"psr/http-message": "^2",
3226
"psr/http-factory": "^1.0.2",
3327
"psr/http-client": "^1.0.3"
3428
},
3529
"require-dev": {
36-
"horde/test": "^3 || dev-FRAMEWORK_6_0",
37-
"horde/url": "dev-FRAMEWORK_6_0"
30+
"horde/test": "^3",
31+
"horde/url": "^3"
3832
},
3933
"suggest": {
4034
"ext-curl": "*",
@@ -58,4 +52,4 @@
5852
"horde/horde-installer-plugin": true
5953
}
6054
}
61-
}
55+
}

doc/Horde/Http/CHANGES

Lines changed: 0 additions & 259 deletions
This file was deleted.

0 commit comments

Comments
 (0)