File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jacobfitzp/laravel-tiptap-validation" ,
3
- "description" : " This is my package laravel-tiptap-validation " ,
3
+ "description" : " Laravel validation rules for the Tiptap WYSIWYG editor. " ,
4
4
"keywords" : [
5
5
" JacobFitzp" ,
6
6
" laravel" ,
17
17
],
18
18
"require" : {
19
19
"php" : " ^8.1" ,
20
- "spatie/laravel-package-tools" : " ^1.14.0" ,
21
- "illuminate/contracts" : " ^10.0"
20
+ "spatie/laravel-package-tools" : " ^1.15.0"
22
21
},
23
22
"require-dev" : {
23
+ "roave/security-advisories" : " dev-latest" ,
24
24
"laravel/pint" : " ^1.0" ,
25
25
"nunomaduro/collision" : " ^7.9" ,
26
26
"nunomaduro/larastan" : " ^2.0.1" ,
59
59
}
60
60
},
61
61
"extra" : {
62
- "laravel" : {
63
- "providers" : [
64
- " JacobFitzp\\ LaravelTiptapValidation\\ LaravelTiptapValidationServiceProvider"
65
- ],
66
- "aliases" : {
67
- "LaravelTiptapValidation" : " JacobFitzp\\ LaravelTiptapValidation\\ Facades\\ LaravelTiptapValidation"
68
- }
69
- }
62
+ "laravel" : {}
70
63
},
71
64
"minimum-stability" : " dev" ,
72
65
"prefer-stable" : true
You can’t perform that action at this time.
0 commit comments