-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
executable file
·53 lines (53 loc) · 1.58 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "ucscode/user-synthetics",
"type": "project",
"description": "User Synthetics: An open-source PHP framework used for developing robust and scalable web applications.",
"keywords": ["user-synthetics", "cms", "open-source", "framework"],
"homepage": "http://ucscode.me/",
"license": "MIT",
"authors": [
{
"name": "Uchenna Ajah",
"email": "uche23mail@gmail.com"
}
],
"support": {
"docs": "http://github.com/docs",
"source": "https://github.com/ucscode/user-synthetics",
"issues": "https://github.com/ucscode/user-synthetics/issues"
},
"require": {
"php": ">=8.1",
"twig/twig": "^3.0",
"erusev/parsedown-extra": "^0.8.1",
"jasongrimes/paginator": "^1.0",
"phpmailer/phpmailer": "^6.8",
"fakerphp/faker": "^1.23",
"ucscode/uss-element": "^2.0",
"ucscode/uss-form": "^3.0",
"ucscode/squery": "^3.0",
"ucscode/pairs": "^3.0",
"ucscode/tree-node": "^3.0",
"ucscode/local-storage": "^2.0",
"ucscode/promise": "^1.0",
"ucscode/domtable": "^2.0",
"vlucas/phpdotenv": "^5.6",
"symfony/yaml": "^6.4",
"webuni/front-matter": "^2.0",
"twig/html-extra": "^3.8"
},
"autoload": {
"psr-4": {
"Uss\\Component\\": "cores/component/"
}
},
"autoload-dev": {
"psr-4": {
"Uss\\Tests\\": "tests/src"
}
},
"require-dev": {
"phpunit/phpunit": "^10.5"
},
"minimum-stability": "stable"
}