Skip to content

Commit

Permalink
Merge pull request #7292 from weirdan/replace-webmozart-pathutils
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Jan 4, 2022
2 parents c844079 + 02b91cc commit f40e6df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/Psalm/Config.php
Expand Up @@ -38,9 +38,9 @@
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;

Expand Down
2 changes: 1 addition & 1 deletion src/Psalm/Internal/Cli/Psalm.php
Expand Up @@ -33,7 +33,7 @@
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;
Expand Down

0 comments on commit f40e6df

Please sign in to comment.