Skip to content

Commit 0055086

Browse files
committed
Released Test-3.0.0alpha6
1 parent 420426a commit 0055086

File tree

3 files changed

+13
-16
lines changed

3 files changed

+13
-16
lines changed

composer.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"minimum-stability": "dev",
32
"name": "horde/test",
43
"description": "Unit testing library",
54
"type": "library",
@@ -26,23 +25,23 @@
2625
],
2726
"require": {
2827
"php": "^7.4 || ^8",
29-
"horde/support": "^3 || dev-FRAMEWORK_6_0",
30-
"horde/util": "^3 || dev-FRAMEWORK_6_0"
28+
"horde/support": "^3",
29+
"horde/util": "^3"
3130
},
3231
"require-dev": {
3332
"phpunit/phpunit": "^9",
34-
"horde/injector": "^3 || dev-FRAMEWORK_6_0",
35-
"horde/log": "^3 || dev-FRAMEWORK_6_0",
36-
"horde/cache": "^3 || dev-FRAMEWORK_6_0",
37-
"horde/argv": "^3 || dev-FRAMEWORK_6_0",
38-
"horde/cli": "^3 || dev-FRAMEWORK_6_0",
39-
"horde/core": "^3 || dev-FRAMEWORK_6_0",
40-
"horde/history": "^3 || dev-FRAMEWORK_6_0",
41-
"horde/mongo": "^2 || dev-FRAMEWORK_6_0"
33+
"horde/injector": "^3",
34+
"horde/log": "^3",
35+
"horde/cache": "^3",
36+
"horde/argv": "^3",
37+
"horde/cli": "^3",
38+
"horde/core": "^3",
39+
"horde/history": "^3",
40+
"horde/mongo": "^2"
4241
},
4342
"suggest": {
44-
"horde/cli": "^3 || dev-FRAMEWORK_6_0",
45-
"horde/log": "^3 || dev-FRAMEWORK_6_0",
43+
"horde/cli": "^3",
44+
"horde/log": "^3",
4645
"ext-dom": "*",
4746
"ext-json": "*"
4847
},

doc/Horde/Test/CHANGES

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

5-
6-
5+
|+
76

87
------------
98
v3.0.0alpha5

doc/Horde/Test/changelog.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
identifier: LGPL-2.1
1010
uri: http://www.horde.org/licenses/lgpl21
1111
notes: |+
12-
1312
3.0.0alpha5:
1413
api: 3.0.0alpha1
1514
state:

0 commit comments

Comments
 (0)