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 11{
22 "name" : " idf/nova-html-card" ,
33 "description" : " A Laravel Nova card to display arbitrary HTML content" ,
4+ "license" : " MIT" ,
5+ "abandoned" : " interaction-design-foundation/nova-html-card" ,
46 "keywords" : [
57 " laravel" ,
68 " nova" ,
911 " text" ,
1012 " markdown"
1113 ],
12- "license" : " MIT" ,
1314 "require" : {
1415 "php" : " >=8.0" ,
1516 "laravel/nova" : " ^3.0"
2122 },
2223 "repositories" : [
2324 {
24- "type" : " composer" , "url" : " https://nova.laravel.com"
25+ "type" : " composer" ,
26+ "url" : " https://nova.laravel.com"
2527 }
2628 ],
29+ "minimum-stability" : " dev" ,
30+ "prefer-stable" : true ,
2731 "autoload" : {
2832 "psr-4" : {
2933 "IDF\\ HtmlCard\\ " : " src/"
3438 "IDF\\ HtmlCard\\ Tests\\ " : " tests"
3539 }
3640 },
41+ "config" : {
42+ "allow-plugins" : {
43+ "dealerdirect/phpcodesniffer-composer-installer" : true
44+ },
45+ "sort-packages" : true
46+ },
3747 "extra" : {
3848 "laravel" : {
3949 "providers" : [
4050 " IDF\\ HtmlCard\\ CardServiceProvider"
4151 ]
4252 }
4353 },
44- "config" : {
45- "sort-packages" : true
46- },
47- "minimum-stability" : " dev" ,
48- "prefer-stable" : true ,
4954 "scripts" : {
5055 "test" : " phpunit"
5156 }
You can’t perform that action at this time.
0 commit comments