forked from Luracast/Restler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.ini
32 lines (29 loc) · 991 Bytes
/
package.ini
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
[package]
name = "Restler"
vendor = "Luracast"
summary = "<p>Restler is a simple and effective multi-protocol REST API Server written in PHP.<br />
Just deal with your business logic in php, restler will take care of the REST!</p>"
desc = "<p>Restler is a simple and effective multi-protocol REST API Server written in PHP.<br />
Just deal with your business logic in php, restler will take care of the REST!</p>"
version = "3.0.0"
stability = "alpha"
channel = ""
homepage = "http://luracast.com/products/restler/"
license = "LGPL-2.1"
author = "Luracast <[email protected]>"
authors[] = "Nick Lombard <[email protected]>"
contributors[] = "Luracast <[email protected]>"
contributors[] = "Nick Lombard <[email protected]>"
[require]
php = "5.3"
pearinstaller = "1.4.1"
ChiperSoft/CFPropertyList = "dev-master",
mustache/mustache = "dev-master",
zendframework/zendamf = "dev-master",
symfony/yaml = "*"
[roles]
vendor = "src"
test = "test"
config = "cfg"
bin = "bin"
public = "www"