Skip to content

Commit 178d318

Browse files
author
Github CI Runner
committed
Development mode for Stream_Wrapper-3.0.0alpha6
1 parent d3f97be commit 178d318

File tree

5 files changed

+58
-4
lines changed

5 files changed

+58
-4
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.0alpha5
23+
release: 3.0.0alpha6
2424
api: 3.0.0alpha1
2525
state:
2626
release: alpha

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"minimum-stability": "dev",
23
"name": "horde/stream_wrapper",
34
"description": "PHP stream wrappers library",
45
"type": "library",

doc/Horde/Stream/Wrapper/CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
------------
2+
v3.0.0alpha6
3+
------------
4+
5+
6+
7+
18
------------
29
v3.0.0alpha5
310
------------

doc/Horde/Stream/Wrapper/changelog.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
---
2+
3.0.0alpha6:
3+
api: 3.0.0alpha1
4+
state:
5+
release: alpha
6+
api: alpha
7+
date: 2024-11-07
8+
license:
9+
identifier: BSD-2-Clause
10+
uri: http://www.horde.org/licenses/bsd
11+
notes: |+
12+
213
3.0.0alpha5:
314
api: 3.0.0alpha1
415
state:

package.xml

Lines changed: 38 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</lead>
1919
<date>2024-11-07</date>
2020
<version>
21-
<release>3.0.0alpha5</release>
21+
<release>3.0.0alpha6</release>
2222
<api>3.0.0alpha1</api>
2323
</version>
2424
<stability>
@@ -27,7 +27,7 @@
2727
</stability>
2828
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
2929
<notes>
30-
* |+
30+
*
3131
</notes>
3232
<contents>
3333
<dir baseinstalldir="/" name="/">
@@ -112,6 +112,26 @@
112112
</filelist>
113113
</phprelease>
114114
<changelog>
115+
116+
117+
118+
119+
120+
121+
122+
123+
124+
125+
126+
127+
128+
129+
130+
131+
132+
133+
134+
115135
<release>
116136
<version>
117137
<release>1.0.0alpha1</release>
@@ -410,11 +430,26 @@
410430
<release>alpha</release>
411431
<api>alpha</api>
412432
</stability>
413-
<date>2021-11-19</date>
433+
<date>2024-11-07</date>
414434
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
415435
<notes>
416436
* |+
417437
</notes>
418438
</release>
439+
<release>
440+
<version>
441+
<release>3.0.0alpha6</release>
442+
<api>3.0.0alpha1</api>
443+
</version>
444+
<stability>
445+
<release>alpha</release>
446+
<api>alpha</api>
447+
</stability>
448+
<date>2024-11-07</date>
449+
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
450+
<notes>
451+
*
452+
</notes>
453+
</release>
419454
</changelog>
420455
</package>

0 commit comments

Comments
 (0)