File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " idf/nova-html-card" ,
3
3
"description" : " A Laravel Nova card to display arbitrary HTML content" ,
4
+ "license" : " MIT" ,
5
+ "abandoned" : " interaction-design-foundation/nova-html-card" ,
4
6
"keywords" : [
5
7
" laravel" ,
6
8
" nova" ,
9
11
" text" ,
10
12
" markdown"
11
13
],
12
- "license" : " MIT" ,
13
14
"require" : {
14
15
"php" : " >=8.0" ,
15
16
"laravel/nova" : " ^3.0"
21
22
},
22
23
"repositories" : [
23
24
{
24
- "type" : " composer" , "url" : " https://nova.laravel.com"
25
+ "type" : " composer" ,
26
+ "url" : " https://nova.laravel.com"
25
27
}
26
28
],
29
+ "minimum-stability" : " dev" ,
30
+ "prefer-stable" : true ,
27
31
"autoload" : {
28
32
"psr-4" : {
29
33
"IDF\\ HtmlCard\\ " : " src/"
34
38
"IDF\\ HtmlCard\\ Tests\\ " : " tests"
35
39
}
36
40
},
41
+ "config" : {
42
+ "allow-plugins" : {
43
+ "dealerdirect/phpcodesniffer-composer-installer" : true
44
+ },
45
+ "sort-packages" : true
46
+ },
37
47
"extra" : {
38
48
"laravel" : {
39
49
"providers" : [
40
50
" IDF\\ HtmlCard\\ CardServiceProvider"
41
51
]
42
52
}
43
53
},
44
- "config" : {
45
- "sort-packages" : true
46
- },
47
- "minimum-stability" : " dev" ,
48
- "prefer-stable" : true ,
49
54
"scripts" : {
50
55
"test" : " phpunit"
51
56
}
You can’t perform that action at this time.
0 commit comments