-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
34 lines (34 loc) · 990 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
32
33
34
{
"name": "anandpilania/codehive-f3",
"description": "CodeHive made with FatFree PHP Framework.",
"keywords": ["framework", "fatfree", "f3", "fatfree-framework", "anandpilania", "codehive", "f3-composer", "fatfree-composer"],
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Anand Pilania",
"email": "[email protected]"
}
],
"require": {
"bcosca/fatfree-core": "^3.6",
"ikkez/f3-fal": "^0.7.2",
"ikkez/f3-flash": "^1.0",
"ikkez/f3-assets": "^1.0",
"ikkez/f3-mailer": "^1.0",
"ikkez/f3-cortex": "^1.5",
"ikkez/f3-middleware": "^1.1",
"ikkez/f3-opauth": "dev-master",
"ikkez/f3-events": "dev-master",
"anandpilania/f3-validator": "^1.2",
"firebase/php-jwt": "^5.0"
},
"require-dev": {
"rafamds/f3-falsum": "^2.6"
},
"autoload": {
"classmap": ["helpers/"]
},
"minimum-stability": "stable",
"prefer-stable": true
}