-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
114 lines (114 loc) · 3.96 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
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "laravel/laravel",
"type": "project",
"description": "The skeleton application for the Laravel framework.",
"keywords": [
"laravel",
"framework"
],
"license": "MIT",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/log1x/filament-title-with-slug"
}
],
"require": {
"php": "^8.1",
"andrewdwallo/filament-selectify": "^2.0",
"awcodes/filament-curator": "^3.0@beta",
"awcodes/filament-quick-create": "^3.1",
"awcodes/filament-table-repeater": "^2.0",
"awcodes/filament-tiptap-editor": "^3.0@beta",
"awcodes/light-switch": "^1.0",
"bezhansalleh/filament-google-analytics": "^2.0",
"bezhansalleh/filament-language-switch": "^2.0",
"bezhansalleh/filament-shield": "^3.0@beta",
"camya/filament-title-with-slug": "dev-feat/filament-v3",
"coolsam/flatpickr": "^3.0",
"darryldecode/cart": "^4.2",
"encodia/laravel-health-env-vars": "^1.6",
"filament/filament": "^3.0-stable",
"gehrisandro/tailwind-merge-laravel": "^1.0",
"glebsky/laravel-lang-generator": "^1.0",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.10",
"laravel/sanctum": "^3.2",
"laravel/tinker": "^2.8",
"leandrocfe/filament-apex-charts": "^3.0",
"livewire/livewire": "^3.0@beta",
"orangehill/iseed": "^3.0",
"pboivin/filament-peek": "^2.0.0-beta2",
"pxlrbt/filament-activity-log": "^1.0",
"pxlrbt/filament-environment-indicator": "^2.0",
"pxlrbt/filament-excel": "^2.1",
"rappasoft/laravel-authentication-log": "^3.0",
"ryangjchandler/filament-navigation": "^1.0@beta",
"shuvroroy/filament-spatie-laravel-backup": "^2.0",
"shuvroroy/filament-spatie-laravel-health": "^2.0",
"smashed-egg/laravel-route-annotation": "^0.2.0",
"spatie/cpu-load-health-check": "^1.0",
"spatie/security-advisories-health-check": "^1.1",
"stijnvanouplines/blade-country-flags": "^1.0",
"tapp/filament-authentication-log": "^3.0",
"technikermathe/blade-lucide-icons": "^2.13",
"torann/geoip": "^3.0",
"ublabs/blade-simple-icons": "^0.89.0",
"victord11/ssl-certification-health-check": "^1.0"
},
"require-dev": {
"beyondcode/laravel-er-diagram-generator": "^2.0",
"fakerphp/faker": "^1.9.1",
"laravel/pint": "^1.0",
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^7.0",
"phpunit/phpunit": "^10.1",
"spatie/laravel-ignition": "^2.0"
},
"autoload": {
"psr-4": {
"App\\": "app/",
"Database\\Factories\\": "database/factories/",
"Database\\Seeders\\": "database/seeders/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"scripts": {
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi",
"@php artisan filament:upgrade",
"@php artisan vendor:publish --force --tag=livewire:assets --ansi"
],
"post-update-cmd": [
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
]
},
"extra": {
"laravel": {
"dont-discover": []
}
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true,
"php-http/discovery": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
}