-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.ini
45 lines (37 loc) · 1.23 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
[package]
name = Onion
summary = A Simple PHP Packager Builder.
desc = "Onion, The fast approch to make packages for PHP. Onion is
able to generate a PEAR-compatible package.xml file from a very simple config file."
version = 1.6.4
stability = stable
; homepage = http://php-onion.org ; optional
; license = PHP ; optional, default to PHP
; version.api = 0.0.1 ; optional, defualt to "version"
; author = Yo-An Lin <[email protected]> # also works
author = "Yo-An Lin <[email protected]>"
channel = pear.corneltek.com
[require]
php = 5.3
pearinstaller = 1.4.1
; packages
pear.corneltek.com/CacheKit =
pear.corneltek.com/CLIFramework = '> 1.5.7'
pear.corneltek.com/GetOptionKit = 1.2.1
pear.corneltek.com/Universal =
pear.corneltek.com/PEARX = 1.2.2
; pear.php.net/Console_Getopt = 1.3.1
;pear.phpspec.net/PHPSpec = 1.2.2beta
;pear.symfony-project.com/YAML = 0.0.0
;pear.twig-project.org/Twig = 0.0.0
;pear.phpunit.de/PHPUnit = 0.0.0
; extensions
; extension/reflection = 0
; extension/ctype = 0
; extension/pcre = 0
[roles]
bin/onion = script
changes.* = doc
*.md = doc
[resources]
git = git://github.com/c9s/Onion.git