-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.ini
55 lines (49 loc) · 1.5 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
47
48
49
50
51
52
53
54
55
; Configuration for Net_Growl package
;
[options]
baseinstalldir = "/"
filelistgenerator = file
simpleoutput = true
clearcontents = false
changelogoldtonew = false
ignores[] = package.ini
ignores[] = *.log
ignores[] = Thumbs.db
ignores[] = docs/js/*.js
ignores[] = docs/styles/*.css
ignores[] = phpunit.xml
ignores[] = vendor/
ignores[] = *.iml
ignores[] = composer.*
exceptions[] = README.txt, doc
exceptions[] = build-phing.xml, doc
exceptions[] = local.win.properties, doc
exceptions[] = fo-custom.xsl, doc
[package]
name = Net_Growl
summary = "Send notifications to Growl from PHP on MACOSX and WINDOWS"
desc = "Growl is a MACOSX application that listen to notifications sent by
applications and displays them on the desktop using different display
styles. Net_Growl offers the possibility to send notifications to Growl
from your PHP application through network communication using UDP.
"
license = "BSD License, http://www.opensource.org/licenses/bsd-license.php"
version = 2.7.0
version.api = 2.7.0
stability.release = stable
stability.api = stable
authors[] = "Laurent Laville, farell, [email protected], inactive"
authors[] = "Bertrand Mansion, mansion, [email protected], inactive"
helpers[] = "Brian Dunnington, <brian>, Brian [email protected], inactive"
helpers[] = "Michiel Rook, mrook, [email protected]"
contributors[] = "Takeshi Kawamoto, ariela, [email protected]"
channel = pear.php.net
notes = "
Composer-ready release
"
[require]
php = 5.2.0
pearinstaller = 1.9.4
ext/pcre =
ext/spl =
ext/mbstring =