-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 932 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
{
"name": "ppi/framework-module",
"description": "MVC module for PPI2",
"homepage": "https://github.com/ppi/ppi-framework-module",
"license": "MIT",
"keywords": ["php", "framework", "ppi", "module"],
"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-framework-module/contributors"
}
],
"support": {
"irc": "irc://irc.freenode.org/ppi",
"issues": "https://github.com/ppi/ppi-framework-module/issues"
},
"require": {
"ppi/framework": "2.1.x-dev"
},
"autoload": {
"psr-0": { "PPI\\FrameworkModule": "" }
},
"target-dir": "PPI/FrameworkModule",
"minimum-stability": "dev"
}