-
Notifications
You must be signed in to change notification settings - Fork 9
/
composer.json
43 lines (42 loc) · 1.41 KB
/
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
36
37
38
39
40
41
42
43
{
"name": "vijinho/f3-cms",
"description": "My Fat-Free Framework skeleton mvc boilerplate application",
"keywords": ["php", "php framework", "micro framework", "php micro framework", "microframework", "fat-free framework", "fat-free", "skeleton", "skeleton app", "skeleton application", "mvc"],
"homepage": "https://github.com/vijinho/f3-cms",
"license": "GPL-3.0",
"type": "application",
"authors": [
{
"name": "Vijay Mahrra",
"email": "[email protected]",
"homepage": "http://www.urunu.com",
"role": "Developer"
}
],
"config": {
"vendor-dir": "lib"
},
"autoload": {
"classmap": ["app/lib", "lib"],
"exclude-from-classmap": [
"lib/bcosca/fatfree-core/smtp.php", "lib/bcosca/fatfree-core/./smtp.php"
]},
"require": {
"php": ">=5.6.0",
"bcosca/fatfree-core": "3.6.1",
"level-2/dice": "dev-master",
"filp/whoops": "dev-master",
"wixel/gump": "dev-master",
"league/climate": "dev-master",
"phpmailer/phpmailer": "dev-master",
"scriptfusion/retry": "dev-master",
"robmorgan/phinx": "dev-master",
"fzaninotto/faker": "dev-master",
"miljar/php-exif": "dev-master",
"vijinho/ffmvc": "dev-dev-master",
"vijinho/enums": "dev-dev-master"
},
"suggest": {
"php": ">=7.0.0"
}
}