File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1010 ],
1111 "require" : {
1212 "php" : " ^7.4 || ^8.0" ,
13- "psr/log " : " ^1.0 || ^2.0 || ^3 .0" ,
14- "webmozart/path-util " : " ^2.3 "
13+ "symfony/filesystem " : " ^4.2 || ^5 .0" ,
14+ "psr/log " : " ^1.0 || ^2.0 || ^3.0 "
1515 },
1616 "require-dev" : {
1717 "ergebnis/composer-normalize" : " ^2.0" ,
1818 "friendsofphp/php-cs-fixer" : " ^3.0" ,
1919 "phpstan/phpstan" : " ~0.12.0" ,
2020 "phpunit/phpunit" : " ^9.0" ,
21- "symfony/filesystem" : " ^4.2 || ^5.0" ,
2221 "phpspec/prophecy-phpunit" : " ^2.0" ,
2322 "symfony/var-dumper" : " ^6.0 || ^5.0"
2423 },
Original file line number Diff line number Diff line change 66use Phpactor \ClassFileConverter \Domain \FilePath ;
77use Phpactor \ClassFileConverter \Domain \FileToClass ;
88use Phpactor \ClassFileConverter \Domain \ClassNameCandidates ;
9- use Webmozart \PathUtil \Path ;
109use InvalidArgumentException ;
10+ use Symfony \Component \Filesystem \Path ;
1111
1212final class ComposerFileToClass implements FileToClass
1313{
Original file line number Diff line number Diff line change 22
33namespace Phpactor \ClassFileConverter \Domain ;
44
5- use Webmozart \ PathUtil \Path ;
5+ use Symfony \ Component \ Filesystem \Path ;
66
77final class FilePath
88{
You can’t perform that action at this time.
0 commit comments