File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " steven-fox/laravel-model-validation" ,
3- "description" : " Salvation for your Model validation." ,
3+ "description" : " Salvation for your model validation." ,
44 "keywords" : [
55 " Steven Fox" ,
66 " laravel" ,
1818 "require" : {
1919 "php" : " ^8.2" ,
2020 "spatie/laravel-package-tools" : " ^1.16" ,
21- "illuminate/contracts" : " ^10.0||^11.0"
21+ "illuminate/collections" : " ^10.0||^11.0" ,
22+ "illuminate/contracts" : " ^10.0||^11.0" ,
23+ "illuminate/database" : " ^10.0||^11.0" ,
24+ "illuminate/events" : " ^10.0||^11.0" ,
25+ "illuminate/support" : " ^10.0||^11.0" ,
26+ "illuminate/validation" : " ^10.0||^11.0"
2227 },
2328 "require-dev" : {
2429 "laravel/pint" : " ^1.14" ,
8186 },
8287 "minimum-stability" : " dev" ,
8388 "prefer-stable" : true
84- }
89+ }
You can’t perform that action at this time.
0 commit comments