-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 1.02 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
{
"name": "moonshine/ui",
"description": "MoonShine UI",
"keywords": [
"ui",
"moonshine"
],
"type": "library",
"homepage": "https://moonshine-laravel.com",
"license": "MIT",
"support": {
"issues": "https://github.com/moonshine-software/moonshine/issues",
"source": "https://github.com/moonshine-software/moonshine"
},
"authors": [
{
"name": "Danil Shutsky",
"email": "info@cutcode.ru",
"homepage": "https://cutcode.dev"
}
],
"require": {
"php": "^8.2",
"ext-curl": "*",
"ext-json": "*",
"illuminate/view": "^10|^11",
"moonshine/asset-manager": "^3.0",
"moonshine/contracts": "^3.0",
"moonshine/core": "^3.0",
"moonshine/support": "^3.0"
},
"autoload": {
"psr-4": {
"MoonShine\\UI\\": "src"
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}