Skip to content

Commit 00c4ea5

Browse files
ralflangRalf Lang
authored and
Ralf Lang
committed
Released Template-3.0.0alpha4
1 parent 97c819f commit 00c4ea5

File tree

4 files changed

+39
-32
lines changed

4 files changed

+39
-32
lines changed

composer.json

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"minimum-stability": "dev",
32
"name": "horde/template",
43
"description": "Template library (deprecated)",
54
"type": "library",
@@ -17,22 +16,33 @@
1716
"role": "lead"
1817
}
1918
],
20-
"time": "2021-03-13",
19+
"time": "2022-11-04",
2120
"repositories": [
2221
{
2322
"type": "composer",
24-
"url": "https://horde-satis.maintaina.com/"
23+
"url": "https://horde-satis.maintaina.com"
2524
}
2625
],
2726
"require": {
2827
"php": "^7.4 || ^8"
2928
},
29+
"require-dev": {},
3030
"suggest": {
3131
"horde/test": "^3 || dev-FRAMEWORK_6_0"
3232
},
3333
"autoload": {
3434
"psr-0": {
3535
"Horde_Template": "lib/"
3636
}
37+
},
38+
"autoload-dev": {
39+
"psr-4": {
40+
"Horde\\Template\\Test\\": "test/"
41+
}
42+
},
43+
"config": {
44+
"allow-plugins": {
45+
"horde/horde-installer-plugin": true
46+
}
3747
}
3848
}

doc/Horde/Template/CHANGES

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
v3.0.0alpha4
33
------------
44

5-
5+
[rla] Enable PHP 8.x compat.
6+
|+
67

78

89
------------

doc/Horde/Template/changelog.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
state:
55
release: alpha
66
api: alpha
7-
date: 2021-03-13
7+
date: 2022-11-04
88
license:
99
identifier: LGPL-2.1
1010
uri: http://www.horde.org/licenses/lgpl21
11-
notes: |+
12-
11+
notes: |
12+
[rla] Enable PHP 8.x compat.
13+
|+
1314
3.0.0alpha3:
1415
api: 3.0.0alpha1
1516
state:

package.xml

+20-25
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<email>[email protected]</email>
1717
<active>no</active>
1818
</lead>
19-
<date>2021-03-13</date>
19+
<date>2022-11-04</date>
2020
<version>
2121
<release>3.0.0alpha4</release>
2222
<api>3.0.0alpha1</api>
@@ -25,12 +25,20 @@
2525
<release>alpha</release>
2626
<api>alpha</api>
2727
</stability>
28-
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
28+
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1-only</license>
2929
<notes>
30-
*
30+
* [rla] Enable PHP 8.x compat.
31+
* |+
3132
</notes>
3233
<contents>
3334
<dir baseinstalldir="/" name="/">
35+
<dir name=".github">
36+
<dir name="workflows">
37+
<file name="ci.yml" role="php" />
38+
<file name="phpdoc.yml" role="php" />
39+
<file name="update-satis.yml" role="php" />
40+
</dir> <!-- /.github/workflows -->
41+
</dir> <!-- /.github -->
3442
<dir name="doc">
3543
<dir name="Horde">
3644
<dir name="Template">
@@ -58,9 +66,9 @@
5866
<dependencies>
5967
<required>
6068
<php>
61-
<min>7.0.0</min>
62-
<max>8.0.0alpha1</max>
63-
<exclude>8.0.0alpha1</exclude>
69+
<min>7.4.0</min>
70+
<max>9.0.0alpha1</max>
71+
<exclude>9.0.0alpha1</exclude>
6472
</php>
6573
<pearinstaller>
6674
<min>1.7.0</min>
@@ -69,6 +77,9 @@
6977
</dependencies>
7078
<phprelease>
7179
<filelist>
80+
<install as="workflows/ci.yml" name=".github/workflows/ci.yml" />
81+
<install as="workflows/phpdoc.yml" name=".github/workflows/phpdoc.yml" />
82+
<install as="workflows/update-satis.yml" name=".github/workflows/update-satis.yml" />
7283
<install as="CHANGES" name="doc/Horde/Template/CHANGES" />
7384
<install as="Horde/Template.php" name="lib/Horde/Template.php" />
7485
<install as="LICENSE" name="LICENSE" />
@@ -78,23 +89,6 @@
7889
</filelist>
7990
</phprelease>
8091
<changelog>
81-
82-
83-
84-
85-
86-
87-
88-
89-
90-
91-
92-
93-
94-
95-
96-
97-
9892
<release>
9993
<version>
10094
<release>0.0.1</release>
@@ -362,9 +356,10 @@
362356
<api>alpha</api>
363357
</stability>
364358
<date>2021-03-13</date>
365-
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
359+
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1-only</license>
366360
<notes>
367-
*
361+
* [rla] Enable PHP 8.x compat.
362+
* |+
368363
</notes>
369364
</release>
370365
</changelog>

0 commit comments

Comments
 (0)