forked from maintaina-com/Http_Server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.horde.yml
43 lines (43 loc) · 901 Bytes
/
.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
---
id: Http_Server
name: Http_Server
full: >-
HTTP Request Handling Library adhering to PSR-15 standard. This evolved out of
horde/controller.
description: >-
A PSR-15 compatible Server/RequestHandler implementation with limited ties to
the Horde Framework.
list: dev
type: library
homepage: https://www.horde.org/libraries/Horde_Controller
authors:
-
name: Ralf Lang
user: rlang
email: [email protected]
active: true
role: lead
version:
release: 1.0.0alpha2
api: 1.0.0alpha1
state:
release: alpha
api: alpha
license:
identifier: BSD-2-Clause
uri: http://www.horde.org/licenses/bsd
dependencies:
required:
php: ^7 || ^8
composer:
psr/http-server-middleware: ^1
psr/http-server-handler: ^1
horde/exception: ^3
horde/http: ^3
optional:
ext:
mbstring: '*'
zlib: '*'
dev:
composer:
horde/test: ^3