-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
39 lines (39 loc) · 1.07 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
35
36
37
38
39
{
"name": "lcherone/cloud-developer",
"description": "Code your project or system directly through the CMS, inception style!",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Lawrence Cherone",
"role": "Developer"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"optimize-autoloader": true,
"sort-packages": true
},
"require": {
"bcosca/fatfree-core": "^3.6",
"brandonwamboldt/utilphp": "1.1.*",
"gabordemooij/redbean": ">=4.2",
"hashids/hashids": "^1.0",
"owasp/phprbac": "2.0.*@dev",
"plinker/core": "v2.1.8",
"plinker/redbean": "v0.4.3",
"plinker/system": "v1.5.1",
"plinker/tasks": "v0.6.15"
},
"autoload": {
"psr-4": {
"Tasks\\": "tasks"
}
},
"scripts": {
"post-create-project-cmd": "bash ./bin/setup.sh",
"setup": "bash ./bin/setup.sh",
"backup": "bash ./bin/backup.sh"
}
}