-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
35 lines (35 loc) · 1007 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
{
"name": "ppi/distribution-module",
"description": "The base module for PPI distributions",
"homepage": "https://github.com/ppi/ppi-distribution-module",
"license": "MIT",
"keywords": ["php", "framework", "ppi", "skeletonapp"],
"authors": [
{
"name": "Paul Dragoonis",
"email": "paul@ppi.io"
},
{
"name": "Vítor Brandão",
"email": "vitor@ppi.io"
},
{
"name": "Community contributions",
"homepage": "https://github.com/ppi/ppi-distribution-module/contributors"
}
],
"support": {
"irc": "irc://irc.freenode.org/ppi",
"issues": "https://github.com/ppi/ppi-distribution-module/issues"
},
"autoload": {
"psr-4": {
"PPI\\DistributionModule\\": "src/",
"PPI\\DistributionModule\\Tests\\": "tests"
}
},
"require": {
"ppi/framework": "~2.1"
},
"minimum-stability": "dev"
}