forked from pingpong-labs/modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 927 Bytes
/
Copy pathcomposer.json
File metadata and controls
41 lines (41 loc) · 927 Bytes
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
{
"name": "jeloexuma/modules",
"description": "Laravel Modules for L5. Forked from pingpong/modules.",
"keywords": [
"modules",
"laravel",
"laravel 5",
"pingpong",
"hmvc",
"module"
],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Alexander Wolff",
"email": "alex.wolff@jeloexuma.com"
}
],
"require": {
"php": ">=5.4.0",
"laravel/framework": "~5",
"pingpong/generators": "1.*",
"kzykhys/git": "*"
},
"require-dev": {
"phpunit/phpunit": "~4",
"mockery/mockery": "~0.9",
"pingpong/testing": "1.*"
},
"autoload": {
"psr-4": {
"Pingpong\\Modules\\": "src/Pingpong/Modules"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests"
}
},
"minimum-stability": "stable"
}