mirror of
https://github.com/danog/psalm.git
synced 2024-12-11 16:59:45 +01:00
Merge pull request #7292 from weirdan/replace-webmozart-pathutils
This commit is contained in:
commit
f40e6df6fb
@ -35,7 +35,7 @@
|
||||
"openlss/lib-array2xml": "^1.0",
|
||||
"sebastian/diff": "^4.0",
|
||||
"symfony/console": "^3.4.17 || ^4.1.6 || ^5.0 || ^6.0",
|
||||
"webmozart/path-util": "^2.3"
|
||||
"symfony/filesystem": "^5.4 || ^6.0"
|
||||
},
|
||||
"provide": {
|
||||
"psalm/psalm": "self.version"
|
||||
|
@ -38,9 +38,9 @@ use Psalm\Progress\Progress;
|
||||
use Psalm\Progress\VoidProgress;
|
||||
use SimpleXMLElement;
|
||||
use SimpleXMLIterator;
|
||||
use Symfony\Component\Filesystem\Path;
|
||||
use Throwable;
|
||||
use UnexpectedValueException;
|
||||
use Webmozart\PathUtil\Path;
|
||||
use XdgBaseDir\Xdg;
|
||||
use stdClass;
|
||||
|
||||
|
@ -33,7 +33,7 @@ use Psalm\Progress\VoidProgress;
|
||||
use Psalm\Report;
|
||||
use Psalm\Report\ReportOptions;
|
||||
use RuntimeException;
|
||||
use Webmozart\PathUtil\Path;
|
||||
use Symfony\Component\Filesystem\Path;
|
||||
|
||||
use function array_filter;
|
||||
use function array_key_exists;
|
||||
|
Loading…
Reference in New Issue
Block a user