-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 782 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 782 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
{
"name": "vonheikemen/easy-triphp",
"description": "a PHP app setup using FlightPHP, RedBeanPHP, Blade and more...",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "VonHeikemen",
"email": "vonheikemen.dev@gmail.com"
}
],
"minimum-stability": "dev",
"require": {
"mikecao/flight": "dev-master",
"yeriomin/redbean-single-file": "dev-master",
"eftec/bladeone": "^1.8@dev",
"lcobucci/jwt": "3.2.1",
"maer/router": "1.0",
"solution10/config": "3.*",
"vlucas/phpdotenv": "2.4.*",
"kayalion/vardump": "4.1.*",
"simple-validator/simple-validator": "1.*",
"ingenerator/tokenista": "1.0.2"
},
"require-dev": {
}
}