Skip to content

Commit 735cd10

Browse files
committed
chore(release): bump version to 3.0.0-beta2
Release version 3.0.0-beta2 style: php-cs-fixer
1 parent 64e6e46 commit 735cd10

4 files changed

Lines changed: 30 additions & 22 deletions

File tree

.horde.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ authors:
1818
active: false
1919
role: lead
2020
version:
21-
release: 3.0.0-alpha6
21+
release: 3.0.0-beta2
2222
api: 3.0.0alpha1
2323
state:
24-
release: alpha
24+
release: beta
2525
api: alpha
2626
license:
2727
identifier: BSD-2-Clause
@@ -46,3 +46,5 @@ quality:
4646
phpstan:
4747
level: 9
4848
vendor: horde
49+
keywords:
50+
- dom

.travis.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
"role": "lead"
1212
}
1313
],
14-
"time": "2026-03-22",
14+
"keywords": [
15+
"dom"
16+
],
17+
"time": "2026-04-09",
1518
"repositories": [],
1619
"require": {
1720
"php": "^8.1",

doc/changelog.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,28 @@
5151
identifier: BSD-2-Clause
5252
uri: http://www.horde.org/licenses/bsd
5353
notes: ~
54+
3.0.0-beta2:
55+
api: 3.0.0-beta2
56+
state:
57+
release: beta
58+
api: beta
59+
date: 2026-04-09
60+
license:
61+
identifier: BSD-2-Clause
62+
uri: https://spdx.org/licenses/BSD-2-Clause.html
63+
notes: |-
64+
style: php-cs-fixer
65+
3.0.0-beta1:
66+
api: 3.0.0-beta1
67+
state:
68+
release: beta
69+
api: beta
70+
date: 2026-04-09
71+
license:
72+
identifier: BSD-2-Clause
73+
uri: https://spdx.org/licenses/BSD-2-Clause.html
74+
notes: |-
75+
style: php-cs-fixer
5476
3.0.0-alpha6:
5577
api: 3.0.0-alpha6
5678
state:

0 commit comments

Comments
 (0)