forked from horde/Autoloader_Cache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.horde.yml
46 lines (46 loc) · 1.02 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
---
id: Autoloader_Cache
name: Autoloader_Cache
full: Caching library for Horde_Autoloader
description: |
An extension of the Horde autoloader that implements caching of class-file-maps. The caching method is determined automatically from the list of supported cache backends: APC, XCache, eAccelerator, local file system.
list: dev
type: library
homepage: https://www.horde.org/libraries/Horde_Autoloader_Cache
authors:
-
name: Jan Schneider
user: jan
email: [email protected]
active: true
role: lead
-
name: Michael Slusarz
user: slusarz
email: [email protected]
active: false
role: developer
version:
release: 3.0.0alpha1
api: 3.0.0alpha1
state:
release: alpha
api: alpha
license:
identifier: LGPL-2.1-only
uri: http://www.horde.org/licenses/lgpl21
dependencies:
required:
php: ^7
composer:
horde/autoloader: ^3
ext:
json: '*'
optional:
ext:
horde_lz4: '*'
lzf: '*'
msgpack: '*'
apc: '*'
eaccelerator: '*'
xcache: '*'