File tree 4 files changed +31
-31
lines changed
4 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "minimum-stability" : " dev" ,
3
2
"name" : " horde/routes" ,
4
3
"description" : " URL routing/mapping library" ,
5
4
"type" : " library" ,
17
16
"role" : " lead"
18
17
}
19
18
],
20
- "time" : " 2021-03-13 " ,
19
+ "time" : " 2021-10-08 " ,
21
20
"repositories" : [
22
21
{
23
22
"type" : " composer" ,
26
25
],
27
26
"require" : {
28
27
"php" : " ^7" ,
29
- "horde/exception" : " ^3 || dev-FRAMEWORK_6_0 " ,
30
- "horde/util" : " ^3 || dev-FRAMEWORK_6_0 "
28
+ "horde/exception" : " ^3" ,
29
+ "horde/util" : " ^3"
31
30
},
31
+ "require-dev" : {},
32
32
"suggest" : {
33
- "horde/test" : " ^3 || dev-FRAMEWORK_6_0 "
33
+ "horde/test" : " ^3"
34
34
},
35
35
"autoload" : {
36
36
"psr-0" : {
37
37
"Horde_Routes" : " lib/"
38
38
}
39
+ },
40
+ "autoload-dev" : {
41
+ "psr-4" : {
42
+ "Horde\\ Routes\\ Test\\ " : " test/"
43
+ }
39
44
}
40
45
}
Original file line number Diff line number Diff line change 2
2
v3.0.0alpha4
3
3
------------
4
4
5
-
5
+ [rla] Support horde/http_server middleware stacks.
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 : 2021-10-08
8
8
license :
9
9
identifier : BSD-2-Clause
10
10
uri : http://www.horde.org/licenses/bsd
11
- notes : |+
12
-
11
+ notes : |
12
+ [rla] Support horde/http_server middleware stacks.
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 17
17
18
18
<active >no</active >
19
19
</lead >
20
- <date >2021-03-13 </date >
20
+ <date >2021-10-08 </date >
21
21
<version >
22
22
<release >3.0.0alpha4</release >
23
23
<api >3.0.0alpha1</api >
28
28
</stability >
29
29
<license uri =" http://www.horde.org/licenses/bsd" >BSD-2-Clause</license >
30
30
<notes >
31
- *
31
+ * [rla] Support horde/http_server middleware stacks.
32
+ * |+
32
33
</notes >
33
34
<contents >
34
35
<dir baseinstalldir =" /" name =" /" >
36
+ <dir name =" .github" >
37
+ <dir name =" workflows" >
38
+ <file name =" ci.yml" role =" php" />
39
+ <file name =" phpdoc.yml" role =" php" />
40
+ <file name =" update-satis.yml" role =" php" />
41
+ </dir > <!-- /.github/workflows -->
42
+ </dir > <!-- /.github -->
35
43
<dir name =" doc" >
36
44
<dir name =" Horde" >
37
45
<dir name =" Routes" >
92
100
</dependencies >
93
101
<phprelease >
94
102
<filelist >
103
+ <install as =" workflows/ci.yml" name =" .github/workflows/ci.yml" />
104
+ <install as =" workflows/phpdoc.yml" name =" .github/workflows/phpdoc.yml" />
105
+ <install as =" workflows/update-satis.yml" name =" .github/workflows/update-satis.yml" />
95
106
<install as =" CHANGES" name =" doc/Horde/Routes/CHANGES" />
96
107
<install as =" integration.txt" name =" doc/Horde/Routes/integration.txt" />
97
108
<install as =" manual.txt" name =" doc/Horde/Routes/manual.txt" />
115
126
</filelist >
116
127
</phprelease >
117
128
<changelog >
118
-
119
-
120
-
121
-
122
-
123
-
124
-
125
-
126
-
127
-
128
-
129
-
130
-
131
-
132
-
133
-
134
-
135
-
136
-
137
129
<release >
138
130
<version >
139
131
<release >0.4.0</release >
431
423
<date >2021-03-13</date >
432
424
<license uri =" http://www.horde.org/licenses/bsd" >BSD-2-Clause</license >
433
425
<notes >
434
- *
426
+ * [rla] Support horde/http_server middleware stacks.
427
+ * |+
435
428
</notes >
436
429
</release >
437
430
</changelog >
You can’t perform that action at this time.
0 commit comments