-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 982 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 982 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
{
"name": "mods/framework",
"description": "The Mods Framework.",
"keywords": ["framework", "mods"],
"license": "MIT",
"homepage": "https://thehackerleague.com",
"support": {
"issues": "https://github.com/thehackerleague/framework/issues",
"source": "https://github.com/thehackerleague/framework"
},
"authors": [
{
"name": "Sunel Tr",
"email": "sunelbe@gmail.com"
}
],
"require": {
"laravel/framework": "5.6.*",
"sunel/layout-core": "0.0.*",
"marcj/topsort": "1.1.*",
"tubalmartin/cssmin": "4.1.*",
"tedivm/jshrink": "^1.1",
"laracasts/flash": "^3.0",
"zendframework/zend-code": "^3.3",
"mods/form":"0.0.*"
},
"autoload": {
"files": [
"src/Mods/Theme/helpers.php",
"src/Mods/View/helpers.php"
],
"psr-4": {
"Mods\\": "src/Mods/"
}
}
}