File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1212 "require" : {
1313 "php" : " ^8.0" ,
1414 "ext-pdo" : " *" ,
15- "laravel/helpers" : " ^1.5"
15+ "laravel/helpers" : " ^1.5" ,
16+ "illuminate/console" : " ~5.8.0|^6.0|^7.0|^8.0|^9.0"
1617 },
1718 "autoload" : {
1819 "psr-4" : {
1920 "Nanvaie\\ DatabaseRepository\\ " : " src/"
2021 }
2122 },
2223 "extra" : {
23- "laravel" : {
24- "providers" : [
25- " DatabaseRepositoryServiceProvider"
26- ]
24+ "laravel" : {
25+ "providers" : [
26+ " DatabaseRepositoryServiceProvider"
27+ ]
28+ }
2729 }
2830}
29- }
Original file line number Diff line number Diff line change 11<?php
22
3-
43namespace Nanvaie \DatabaseRepository ;
54
6-
75use Nanvaie \DatabaseRepository \Commands \MakeAllRepository ;
86use Nanvaie \DatabaseRepository \Commands \MakeEntity ;
97use Nanvaie \DatabaseRepository \Commands \MakeFactory ;
You can’t perform that action at this time.
0 commit comments