-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 959 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 959 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": "anutig3r/f3",
"description": "FatFreeFramework",
"keywords": ["f3", "anutig3r"],
"version": "1.0.0",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Anu Tig3r",
"email": "anutig3r@gmail.com"
}
],
"minimum-stability": "stable",
"require": {
"php": ">5.4.0",
"bcosca/fatfree-core": "^3.6",
"ikkez/f3-cortex": "^1.5",
"ikkez/f3-assets": "^1.1",
"ikkez/f3-flash": "^1.0",
"ikkez/f3-middleware": "^1.1",
"ikkez/f3-events": "dev-master",
"rafamds/f3-falsum": "^2.6",
"anandpilania/f3-validator": "^1.0",
"firebase/php-jwt": "^5.0",
"xfra35/f3-access": "^1.0",
"ikkez/f3-mailer": "^1.0"
},
"autoload": {
"psr-4": {
"App\\": "app/"
},
"files": ["app.php", "bootstrap/helpers.php"],
"classmap": ["helpers/"]
}
}