-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 963 Bytes
/
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
{
"name": "anandpilania/f3-modular",
"description": "",
"keywords": ["f3", "fatfree", "f3-modular", "anandpilania"],
"type": "project",
"license": "MIT",
"require": {
"bcosca/fatfree-core": "^3.6",
"ikkez/f3-cortex": "^1.5",
"ikkez/f3-flash": "^1.0",
"ikkez/f3-fal": "^0.7.2",
"firebase/php-jwt": "^5.0",
"ikkez/f3-assets": "^1.1",
"ikkez/f3-mailer": "^1.0",
"ikkez/f3-events": "dev-master",
"ikkez/f3-middleware": "^1.1",
"ikkez/f3-opauth": "dev-master",
"ikkez/f3-pagination": "^1.4",
"xfra35/f3-access": "^1.0",
"xfra35/f3-cron": "^1.2",
"xfra35/f3-multilang": "^1.2",
"rafamds/f3-falsum": "^2.6",
"anandpilania/f3-validator": "^1.1"
},
"autoload": {
"files": ["bootstrap/helpers.php", "app.php"],
"classmap": ["helpers/"]
},
"minimum-stability": "dev",
"prefer-stable": true
}