forked from shuber/curl
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.ini
47 lines (44 loc) · 1.84 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[package]
name = "Curl"
summary = "A basic CURL wrapper for PHP (see [http://php.net/curl](http://php.net/curl) for more information about the libcurl extension for PHP)"
desc = "A basic CURL wrapper for PHP (see [http://php.net/curl](http://php.net/curl) for more information about the libcurl extension for PHP)"
version = "0.1.0"
stability = "alpha"
channel = "nickl-.github.com/pear"
homepage = ""
license = "MIT"
author = "%aN <%aE>"
authors[] = "Adrian Pemsel <[email protected]>"
authors[] = "Ben Jeavons <[email protected]>"
authors[] = "Hugo Chinchilla Carbonell <[email protected]>"
authors[] = "Jordi Rivero <[email protected]>"
authors[] = "Kendall Hopkins <[email protected]>"
authors[] = "Sean Huber <[email protected]>"
authors[] = "Sebastian M. Alvarez <[email protected]>"
authors[] = "Simone Carletti <[email protected]>"
authors[] = "fabeat <[email protected]>"
authors[] = "ide user ide_hamstar <[email protected]>"
authors[] = "nickl- <[email protected]>"
authors[] = "shuber <[email protected]>"
contributors[] = "%aN <%aE>"
contributors[] = "Adrian Pemsel <[email protected]>"
contributors[] = "Ben Jeavons <[email protected]>"
contributors[] = "Hugo Chinchilla Carbonell <[email protected]>"
contributors[] = "Jordi Rivero <[email protected]>"
contributors[] = "Kendall Hopkins <[email protected]>"
contributors[] = "Sean Huber <[email protected]>"
contributors[] = "Sebastian M. Alvarez <[email protected]>"
contributors[] = "Simone Carletti <[email protected]>"
contributors[] = "fabeat <[email protected]>"
contributors[] = "ide user ide_hamstar <[email protected]>"
contributors[] = "nickl- <[email protected]>"
contributors[] = "shuber <[email protected]>"
[require]
php = "5.3"
pearinstaller = "1.4.1"
[roles]
lib = "php"
test = "test"
config = "cfg"
bin = "script"
public = "www"