-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
30 lines (30 loc) · 973 Bytes
/
composer.json
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
{
"name": "noiselabs/php-toolkit",
"type": "library",
"description": "This project holds a collection of useful PHP classes grouped in components to be used in any PHP5.3+ project.",
"keywords": ["noiselabs", "toolkit", "config-parser", "google-maps", "process"],
"homepage": "https://github.com/noiselabs/noiselabs-php-toolkit",
"version": "0.2.0-BETA2",
"license": "LGPL-3.0",
"authors": [
{
"name": "Vítor Brandão",
"email": "noisebleed@noiselabs.org",
"homepage": "http://blog.noiselabs.org"
}
],
"support": {
"irc": "irc://irc.freenode.org/noiselabs",
"issues": "https://github.com/noiselabs/noiselabs-php-toolkit/issues"
},
"require": {
"php": ">=5.3.3"
},
"replace": {
"noiselabs/configparser": "self.version"
},
"autoload": {
"psr-0": { "NoiseLabs\\ToolKit": "src" }
},
"minimum-stability": "dev"
}