-
Notifications
You must be signed in to change notification settings - Fork 25
/
composer.json
34 lines (33 loc) · 1.02 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
{
"name": "vijinho/f3-boilerplate",
"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-boilerplate",
"license": "GPL-3.0+",
"type": "application",
"authors": [
{
"name": "Vijay Mahrra",
"email": "vijay@yoyo.org",
"homepage": "http://www.urunu.com",
"role": "Developer"
}
],
"config": {
"vendor-dir": "lib"
},
"autoload": {
"classmap": ["app/lib", "lib"]
},
"require": {
"php": ">=5.6.0",
"bcosca/fatfree-core": "3.6.2",
"level-2/dice": "dev-master",
"filp/whoops": "dev-master",
"league/climate": "dev-master",
"vijinho/ffmvc": "dev-dev-master"
},
"suggest": {
"php": ">=7.0.0"
}
}