-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
70 lines (70 loc) · 1.9 KB
/
Copy pathcomposer.json
File metadata and controls
70 lines (70 loc) · 1.9 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "capell-app/frontend",
"description": "Public routing, rendering, themes, assets, and cache-safe delivery for Capell CMS.",
"type": "library",
"keywords": [
"capell",
"laravel",
"frontend",
"cms"
],
"homepage": "https://github.com/capell-app/frontend",
"support": {
"issues": "https://github.com/capell-app/capell/issues",
"docs": "https://docs.capell.app",
"source": "https://github.com/capell-app/frontend"
},
"license": "MIT",
"authors": [
{
"name": "Howdu",
"email": "capell.app26@gmail.com",
"role": "Developer"
}
],
"require": {
"php": "^8.4",
"ext-dom": "*",
"blade-ui-kit/blade-heroicons": "^2.5",
"capell-app/core": "^1.0",
"guzzlehttp/guzzle": "^7.5",
"intervention/image": "^3.0",
"laravel/framework": "^13.0",
"laravel/prompts": "^0.2|^0.3",
"livewire/livewire": "^3.0|^4.0",
"lorisleiva/laravel-actions": "^2.6",
"michaloravec/laravel-paginateroute": "^1.0",
"spatie/laravel-permission": "^5.0|^6.0",
"spatie/laravel-translatable": "^6.0",
"symfony/html-sanitizer": "^7.0|^8.0",
"voku/html-min": "^5.0"
},
"autoload": {
"psr-4": {
"Capell\\Frontend\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Capell\\Frontend\\Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
"Capell\\Frontend\\Providers\\FrontendServiceProvider"
]
},
"branch-alias": {
"dev-main": "1.x-dev"
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true
}
},
"minimum-stability": "stable",
"prefer-stable": true
}