Skip to content

Commit 4dbd9e5

Browse files
committed
Use forked ContextFactory
1 parent 791ba55 commit 4dbd9e5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@
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": "*",

src/Console/ModelsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
use Illuminate\Support\Collection;
5050
use Illuminate\Support\Str;
5151
use Illuminate\View\Factory as ViewFactory;
52-
use phpDocumentor\Reflection\Types\ContextFactory;
52+
use Barryvdh\Reflection\DocBlock\ContextFactory;
5353
use ReflectionClass;
5454
use ReflectionNamedType;
5555
use ReflectionObject;

0 commit comments

Comments
 (0)