Skip to content

Commit d3f97be

Browse files
author
Github CI Runner
committed
Released Stream_Wrapper-3.0.0alpha5
1 parent c19076a commit d3f97be

File tree

4 files changed

+17
-1298
lines changed

4 files changed

+17
-1298
lines changed

composer.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"minimum-stability": "dev",
32
"name": "horde/stream_wrapper",
43
"description": "PHP stream wrappers library",
54
"type": "library",
@@ -17,11 +16,11 @@
1716
"role": "lead"
1817
}
1918
],
20-
"time": "2021-11-19",
19+
"time": "2024-11-07",
2120
"repositories": [
2221
{
2322
"type": "composer",
24-
"url": "https://horde-satis.maintaina.com/"
23+
"url": "https://horde-satis.maintaina.com"
2524
}
2625
],
2726
"require": {
@@ -46,5 +45,10 @@
4645
"psr-4": {
4746
"Horde\\Stream\\Wrapper\\Test\\": "test/"
4847
}
48+
},
49+
"config": {
50+
"allow-plugins": {
51+
"horde/horde-installer-plugin": true
52+
}
4953
}
5054
}

doc/Horde/Stream/Wrapper/CHANGES

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
v3.0.0alpha5
33
------------
44

5-
6-
5+
|+
76

87
------------
98
v3.0.0alpha4

doc/Horde/Stream/Wrapper/changelog.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
state:
55
release: alpha
66
api: alpha
7-
date: 2021-11-19
7+
date: 2024-11-07
88
license:
99
identifier: BSD-2-Clause
1010
uri: http://www.horde.org/licenses/bsd
1111
notes: |+
12-
1312
3.0.0alpha4:
1413
api: 3.0.0alpha1
1514
state:

0 commit comments

Comments
 (0)