-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 1.22 KB
/
composer.json
File metadata and controls
39 lines (39 loc) · 1.22 KB
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": "ehexphp/framework",
"description": "Powerful and Friendly Php Framework, Created with many features.",
"type": "project",
"license": "MIT",
"homepage": "https://xamtax.com/ehex-framework",
"support": {
"issues": "https://github.com/ehexphp/ehex-framework/issues",
"source": "https://github.com/ehexphp/ehex-framework"
},
"authors": [
{
"name": "Samson Oyetola",
"email": "samson.oyetola@xamtax.com"
}
],
"require": {
"ehexphp/core": "^1.0.57",
"jenssegers/blade": "^2.0",
"phpmailer/phpmailer": "^6.9",
"usmanhalalit/strana": "1.*@dev",
"rakit/validation": "^1.4",
"filp/whoops": "^2.15",
"vlucas/phpdotenv": "^5.6",
"illuminate/database": "^10.38"
},
"require-dev": {
"php-parallel-lint/php-console-highlighter": "^1.0.0",
"php-parallel-lint/php-parallel-lint": "^1.3.2"
},
"scripts": {
"start": [
"php -S localhost:8081"
],
"lint": [
"@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . --show-deprecated -e php,phps --exclude vendor --exclude .git --exclude build"
]
}
}