-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 960 Bytes
/
composer.json
File metadata and controls
38 lines (38 loc) · 960 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
{
"name": "fixframework/monster",
"type": "project",
"description": "Monster Framework",
"keywords": ["Framework","Fix Framework","Monster","Monster Framework","Php Framework","Flexible","Flexible Framework"],
"homepage": "https://zekicetasarim.com/",
"license": "MIT",
"authors":
[
{
"name": "Cengiz AKCAN",
"email": "cengiz@zekicetasarim.com",
"homepage": "https://www.zekicetasarim.com",
"role": "Core Developer and Founder"
}
],
"autoload": {
"psr-4": {
"Fix\\": "Fix/",
"App\\": "App/",
"fixframework\\": "Fix/Packages/"
}
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"config": {
"vendor-dir": "Fix/External",
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
},
"optimize-autoloader": true,
"require": {}
}