-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
38 lines (38 loc) · 974 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
31
32
33
34
35
36
37
38
{
"name": "ppi/bower-module",
"description": "PPI module to manage web assets with Bower",
"keywords": ["ppi", "bower", "assets", "dependencies"],
"homepage": "https://github.com/ppi/ppi-bower-module",
"license": "MIT",
"authors": [
{
"name": "Vítor Brandão",
"email": "vitor@ppi.io"
},
{
"name": "Paul Dragoonis",
"email": "paul@ppi.io"
}
],
"support": {
"irc": "irc://irc.freenode.org/ppi",
"issues": "https://github.com/ppi/ppi-bower-module/issues"
},
"require": {
"ppi/framework": "dev-master",
"symfony/process": "~2.6"
},
"require-dev":{
"phpunit/phpunit": "3.7.*"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-4": {
"PPI\\BowerModule\\": "src/",
"PPI\\BowerModule\\Tests\\": "tests"
}
},
"minimum-stability": "dev"
}