forked from horde/components
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.horde.yml
68 lines (68 loc) · 1.39 KB
/
.horde.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
id: components
name: Components
full: Developer tool for managing Horde components
description: >-
The package provides utility methods required when preparing a new component
release for Horde. It also includes quality control checks.
list: horde
type: component
authors:
-
name: Jan Schneider
user: jan
email: [email protected]
active: true
role: lead
-
name: Gunnar Wrobel
user: wrobel
email: [email protected]
active: false
role: lead
-
name: Ralf Lang
user: rlang
email: [email protected]
active: true
role: contributor
version:
release: 1.0.0alpha5
api: 1.0.0alpha1
state:
release: alpha
api: alpha
license:
identifier: LGPL-2.1-only
uri: http://www.horde.org/licenses/lgpl21
dependencies:
required:
php: ^7.4 || ^8
composer:
horde/autoloader: '*'
horde/argv: '*'
horde/cli: ^3
horde/cli_modular: ^3
horde/http: '*'
horde/pear: '*'
horde/role: '*'
horde/text_diff: '*'
horde/util: '*'
horde/injector: '*'
horde/release: ^4
horde/yaml: '*'
optional:
composer:
horde/test: ^3
squizlabs/php_codesniffer: ^3.5
pear/archive_tar: ^1.4
sebastian/phpcpd: ^6
sebastian/phpdcd: ^1
phploc/phploc: ^7
phpmd/phpmd: ^2.9
phpunit/phpunit: ^9
dev:
composer:
horde/test: ^3
nocommands:
- bin/horde-bootstrap