-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
78 lines (78 loc) · 2.3 KB
/
Copy pathcomposer.json
File metadata and controls
78 lines (78 loc) · 2.3 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
71
72
73
74
75
76
77
78
{
"name": "capell-app/admin",
"description": "Filament administration, page editing, recovery, settings, and operations for Capell CMS.",
"type": "library",
"keywords": [
"capell",
"laravel",
"filamentphp",
"cms"
],
"homepage": "https://github.com/capell-app/admin",
"support": {
"issues": "https://github.com/capell-app/capell/issues",
"docs": "https://docs.capell.app",
"source": "https://github.com/capell-app/admin"
},
"license": "MIT",
"authors": [
{
"name": "Howdu",
"email": "capell.app26@gmail.com",
"role": "Developer"
}
],
"require": {
"php": "^8.4",
"ext-fileinfo": "*",
"ext-intl": "*",
"ext-simplexml": "*",
"amidesfahani/filament-tinyeditor": "^4.0",
"awcodes/filament-badgeable-column": "^3.0|^4.0",
"bezhansalleh/filament-shield": "^4.1",
"capell-app/core": "^1.0",
"cms-multi/filament-clear-cache": "^3.0",
"codewithdennis/filament-select-tree": "^4.0",
"filament/filament": "^5.7.6",
"filament/spatie-laravel-media-library-plugin": "^5.7.6",
"filament/spatie-laravel-settings-plugin": "^5.7.6",
"guava/filament-icon-picker": "^3.0|^4.0",
"guzzlehttp/guzzle": "^7.5",
"lara-zeus/spatie-translatable": "^1.0|^2.0",
"laravel/framework": "^13.0",
"laravel/prompts": "^0.2|^0.3",
"lorisleiva/laravel-actions": "^2.8",
"saade/filament-adjacency-list": "^4.0.2",
"spatie/laravel-package-tools": "^1.15",
"stechstudio/filament-impersonate": "^5.3",
"tanmuhittin/laravel-google-translate": "^2.4"
},
"conflict": {
"firebase/php-jwt": "<7.0.0"
},
"autoload": {
"psr-4": {
"Capell\\Admin\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Capell\\Admin\\Tests\\": "tests/"
}
},
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"Capell\\Admin\\Providers\\AdminServiceProvider"
]
},
"branch-alias": {
"dev-main": "1.x-dev"
}
},
"minimum-stability": "stable",
"prefer-stable": true
}