File tree 4 files changed +39
-32
lines changed
4 files changed +39
-32
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "minimum-stability" : " dev" ,
3
2
"name" : " horde/template" ,
4
3
"description" : " Template library (deprecated)" ,
5
4
"type" : " library" ,
17
16
"role" : " lead"
18
17
}
19
18
],
20
- "time" : " 2021-03-13 " ,
19
+ "time" : " 2022-11-04 " ,
21
20
"repositories" : [
22
21
{
23
22
"type" : " composer" ,
24
- "url" : " https://horde-satis.maintaina.com/ "
23
+ "url" : " https://horde-satis.maintaina.com"
25
24
}
26
25
],
27
26
"require" : {
28
27
"php" : " ^7.4 || ^8"
29
28
},
29
+ "require-dev" : {},
30
30
"suggest" : {
31
31
"horde/test" : " ^3 || dev-FRAMEWORK_6_0"
32
32
},
33
33
"autoload" : {
34
34
"psr-0" : {
35
35
"Horde_Template" : " lib/"
36
36
}
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
+ }
37
47
}
38
48
}
Original file line number Diff line number Diff line change 2
2
v3.0.0alpha4
3
3
------------
4
4
5
-
5
+ [rla] Enable PHP 8.x compat.
6
+ |+
6
7
7
8
8
9
------------
Original file line number Diff line number Diff line change 4
4
state :
5
5
release : alpha
6
6
api : alpha
7
- date : 2021-03-13
7
+ date : 2022-11-04
8
8
license :
9
9
identifier : LGPL-2.1
10
10
uri : http://www.horde.org/licenses/lgpl21
11
- notes : |+
12
-
11
+ notes : |
12
+ [rla] Enable PHP 8.x compat.
13
+ |+
13
14
3.0.0alpha3 :
14
15
api : 3.0.0alpha1
15
16
state :
Original file line number Diff line number Diff line change 16
16
17
17
<active >no</active >
18
18
</lead >
19
- <date >2021-03-13 </date >
19
+ <date >2022-11-04 </date >
20
20
<version >
21
21
<release >3.0.0alpha4</release >
22
22
<api >3.0.0alpha1</api >
25
25
<release >alpha</release >
26
26
<api >alpha</api >
27
27
</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 >
29
29
<notes >
30
- *
30
+ * [rla] Enable PHP 8.x compat.
31
+ * |+
31
32
</notes >
32
33
<contents >
33
34
<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 -->
34
42
<dir name =" doc" >
35
43
<dir name =" Horde" >
36
44
<dir name =" Template" >
58
66
<dependencies >
59
67
<required >
60
68
<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 >
64
72
</php >
65
73
<pearinstaller >
66
74
<min >1.7.0</min >
69
77
</dependencies >
70
78
<phprelease >
71
79
<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" />
72
83
<install as =" CHANGES" name =" doc/Horde/Template/CHANGES" />
73
84
<install as =" Horde/Template.php" name =" lib/Horde/Template.php" />
74
85
<install as =" LICENSE" name =" LICENSE" />
78
89
</filelist >
79
90
</phprelease >
80
91
<changelog >
81
-
82
-
83
-
84
-
85
-
86
-
87
-
88
-
89
-
90
-
91
-
92
-
93
-
94
-
95
-
96
-
97
-
98
92
<release >
99
93
<version >
100
94
<release >0.0.1</release >
362
356
<api >alpha</api >
363
357
</stability >
364
358
<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 >
366
360
<notes >
367
- *
361
+ * [rla] Enable PHP 8.x compat.
362
+ * |+
368
363
</notes >
369
364
</release >
370
365
</changelog >
You can’t perform that action at this time.
0 commit comments