-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·163 lines (163 loc) · 6.08 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"name": "laravel/laravel",
"description": "The Laravel Framework.",
"keywords": [
"framework",
"laravel"
],
"license": "MIT",
"type": "project",
"require": {
"php": "^8.1",
"ext-json": "*",
"ext-redis": "*",
"64robots/nova-fields": "^0.22.0",
"alexbowers/nova-categorise-resources": "^1.0",
"ampeco/nova-date-range-filter": "^0.1.1",
"back1ng/point-in-mkad": "^1.1",
"baethon/laravel-criteria": "^1.0",
"barryvdh/laravel-dompdf": "^1.0",
"benjacho/belongs-to-many-field": "^2.0",
"cloudcake/nova-fixed-bars": "^1.1",
"cocur/slugify": "^4.2",
"diezg/collapsible": "^0.0.2",
"doctrine/dbal": "^2.10.2",
"drandin/declension-nouns": "dev-master",
"ebess/advanced-nova-media-library": "^3.0",
"emilianotisato/nova-tinymce": "v0.5.4",
"eminiarts/nova-tabs": "^1.2",
"epartment/nova-dependency-container": "^1.3",
"exolnet/laravel-graylog": "^1.11",
"fakerphp/faker": "^1.9.1",
"fideloper/proxy": "^4.4",
"flagstudio/nova-actions-left": "^0.2.0",
"flagstudio/nova-admin-bar": "^0.5.2",
"flagstudio/nova-contacts": "*",
"flagstudio/nova-instructions": "*",
"fourstacks/nova-repeatable-fields": "^1.3",
"hedii/laravel-gelf-logger": "^6.0",
"hflabs/dadata": "^22.3",
"illuminate/support": "^8.69",
"interaction-design-foundation/laravel-geoip": "^3.1",
"jenssegers/date": "^4.0",
"knuckleswtf/scribe": "^3.29",
"laravel/framework": "^8.83",
"laravel/helpers": "^1.2",
"laravel/nova": "^3.31",
"laravel/sanctum": "^2.15",
"laravel/telescope": "^4.0",
"laravel/tinker": "^2.0",
"marshmallow/nova-styling": "^2.0",
"mattkingshott/axiom": "^3.2",
"opcodesio/log-viewer": "^1.7",
"optimistdigital/nova-multiselect-field": "^2.4.0",
"pos-lifestyle/laravel-nova-date-range-filter": "^1.3",
"predis/predis": "^1.1",
"prettus/l5-repository": "^2.8",
"reedware/laravel-relation-joins": "^3.0",
"sentry/sentry-laravel": "^2.11",
"slash2nl/nova-back-button": "^1.0",
"spatie/data-transfer-object": "^3.7.2",
"spatie/eloquent-sortable": "^3.8",
"spatie/image-optimizer": "^1.2",
"spatie/laravel-image-optimizer": "^1.6",
"spatie/laravel-medialibrary": "^9.0",
"spatie/laravel-missing-page-redirector": "^2.5",
"spatie/laravel-sitemap": "^5.9",
"spatie/laravel-tail": "^4.2",
"spatie/laravel-view-models": "^1.5",
"symfony/property-access": "^6.0",
"titasgailius/search-relations": "^2.0",
"whitecube/nova-flexible-content": "^0.2"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.6",
"barryvdh/laravel-ide-helper": "^2.10",
"beyondcode/laravel-dump-server": "^1.0",
"beyondcode/laravel-query-detector": "^1.6",
"brianium/paratest": "^6.4",
"imanghafoori/laravel-microscope": "^1.0",
"infection/infection": "^0.26.10",
"mockery/mockery": "^1.4",
"nunomaduro/collision": "^5.8",
"nunomaduro/larastan": "^0.7.12",
"nunomaduro/phpinsights": "^2.1",
"phpmetrics/phpmetrics": "^2.8",
"phpunit/phpunit": "^9.3.3",
"psalm/plugin-laravel": "^2.0",
"spatie/laravel-ignition": "^1.0",
"timacdonald/log-fake": "^1.9.1",
"vimeo/psalm": "^4.24"
},
"autoload": {
"psr-4": {
"App\\": "app/",
"Database\\Seeders\\": "database/seeders/"
},
"files": [
"app/Ship/Captain/Foundation/helpers.php"
]
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"dont-discover": [
"laravel/telescope"
]
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php artisan key:generate"
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi",
"mkdir -p .git/hooks && cp tools/git-hooks/pre-commit .git/hooks/pre-commit"
],
"post-update-cmd": [
"@php artisan nova:publish",
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
"@php artisan ide-helper:generate",
"@php artisan ide-helper:meta"
],
"csfix": "tools/php-cs-fixer/vendor/bin/php-cs-fixer fix . --config=/var/www/.php-cs-fixer.dist.php --path-mode=intersection --using-cache=no --allow-risky=yes",
"csfix-validate": "tools/php-cs-fixer/vendor/bin/php-cs-fixer fix . --config=/var/www/.php-cs-fixer.dist.php --path-mode=intersection --using-cache=no --allow-risky=yes --dry-run -v",
"autotests": "vendor/bin/phpunit --testdox --do-not-cache-result",
"testcoverage": "vendor/bin/phpunit -d memory_limit=1024M --testdox --coverage-text --colors=never --exclude-group no-ci",
"metrics": "vendor/bin/phpmetrics --report-html=./public/report_metrics.html ./app",
"mutations": "vendor/bin/infection --logger-html=public/mutation.html --only-covering-test-cases"
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"infection/extension-installer": true
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "composer",
"url": "https://nova.laravel.com"
},
{
"type": "path",
"url": "./nova-components/NovaContacts"
},
{
"type": "path",
"url": "./nova-components/NovaInstructions"
}
]
}