forked from horde/Routes
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.horde.yml
50 lines (50 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
47
48
49
50
---
id: Routes
name: Routes
full: URL routing/mapping library
description: >-
A library for mapping URLs into the controllers and actions of an MVC system.
It is a port of a Python library, Routes, by Ben Bangert
(http://routes.groovie.org).
list: dev
type: library
homepage: https://www.horde.org/libraries/Horde_Routes
authors:
-
name: Mike Naberezny
user: mnaberez
email: [email protected]
active: false
role: lead
-
name: Chuck Hagenbuch
user: chuck
email: [email protected]
active: false
role: lead
version:
release: 3.0.0alpha6
api: 3.0.0alpha1
state:
release: alpha
api: alpha
license:
identifier: BSD-2-Clause
uri: http://www.horde.org/licenses/bsd
dependencies:
required:
php: ^7.4 || ^8
composer:
horde/exception: ^3
horde/util: ^3
horde/support: ^3
psr/http-message: ^1
dev:
composer:
horde/test: ^3
horde/cache: ^3
horde/controller: ^3
optional:
composer:
horde/cache: ^3
horde/controller: ^3