Skip to content

Commit e15bfe1

Browse files
committed
Release 2.0.1 (API Version: 2.0.0)
style: Apply php-cs-fixer php8.3+ rules
1 parent e2ee2ca commit e15bfe1

File tree

6 files changed

+66
-1188
lines changed

6 files changed

+66
-1188
lines changed

.horde.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ authors:
2929
active: false
3030
role: lead
3131
version:
32-
release: 2.0.2
32+
release: 2.0.1
3333
api: 2.0.0
3434
state:
3535
release: beta
@@ -39,7 +39,7 @@ license:
3939
uri: http://www.horde.org/licenses/bsd
4040
dependencies:
4141
required:
42-
php: ^7.4 || ^8
42+
php: ^8.2
4343
composer:
4444
horde/horde: ^6
4545
horde/content: ^3
@@ -63,3 +63,8 @@ dependencies:
6363
composer:
6464
horde/browser: ^3
6565
horde/cache: ^3
66+
autoload:
67+
classmap:
68+
- lib/
69+
psr-4:
70+
Horde\Trean\: /src

composer.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"role": "lead"
2222
}
2323
],
24-
"time": "2024-01-12",
24+
"time": "2025-06-04",
2525
"repositories": [],
2626
"require": {
27-
"horde/horde-installer-plugin": "dev-FRAMEWORK_6_0 || ^2",
28-
"php": "^7.4 || ^8",
27+
"horde/horde-installer-plugin": "dev-FRAMEWORK_6_0 || ^3 || ^2",
28+
"php": "^8.2",
2929
"horde/horde": "^6 || dev-FRAMEWORK_6_0",
3030
"horde/content": "^3 || dev-FRAMEWORK_6_0",
3131
"horde/autoloader": "^3 || dev-FRAMEWORK_6_0",
@@ -50,11 +50,14 @@
5050
"horde/cache": "^3 || dev-FRAMEWORK_6_0"
5151
},
5252
"autoload": {
53-
"psr-0": {
54-
"Trean": "lib/"
53+
"classmap": [
54+
"lib/"
55+
],
56+
"psr-4": {
57+
"Horde\\Trean\\": "/src"
5558
}
5659
},
57-
"autoload-dev": [],
60+
"autoload-dev": {},
5861
"bin": [
5962
"bin/trean-backfill-crawler",
6063
"bin/trean-backfill-favicons",
@@ -65,5 +68,10 @@
6568
"allow-plugins": {
6669
"horde/horde-installer-plugin": true
6770
}
71+
},
72+
"extra": {
73+
"branch-alias": {
74+
"dev-FRAMEWORK_6_0": "2.x-dev"
75+
}
6876
}
6977
}

doc/CHANGES

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

0 commit comments

Comments
 (0)