File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2222 "require" : {
2323 "php" : " ^8.2" ,
2424 "ext-json" : " *" ,
25- "barryvdh/reflection-docblock" : " ^2.2 " ,
25+ "barryvdh/reflection-docblock" : " ^2.3 " ,
2626 "composer/class-map-generator" : " ^1.0" ,
2727 "illuminate/console" : " ^11.15" ,
2828 "illuminate/database" : " ^11.15" ,
2929 "illuminate/filesystem" : " ^11.15" ,
3030 "illuminate/support" : " ^11.15" ,
31- "nikic/php-parser" : " ^4.18 || ^5" ,
32- "phpdocumentor/type-resolver" : " ^1.1.0"
31+ "nikic/php-parser" : " ^4.18 || ^5"
3332 },
3433 "require-dev" : {
3534 "ext-pdo_sqlite" : " *" ,
Original file line number Diff line number Diff line change 4949use Illuminate \Support \Collection ;
5050use Illuminate \Support \Str ;
5151use Illuminate \View \Factory as ViewFactory ;
52- use phpDocumentor \Reflection \Types \ContextFactory ;
52+ use Barryvdh \Reflection \DocBlock \ContextFactory ;
5353use ReflectionClass ;
5454use ReflectionNamedType ;
5555use ReflectionObject ;
You can’t perform that action at this time.
0 commit comments