BC break: Replaced webmozart/path-util with symfony/filesystem, closes #5332

This commit is contained in:
Dylan K. Taylor
2022-10-13 16:43:36 +01:00
parent 8dc0d506f4
commit f88ae93897
45 changed files with 357 additions and 154 deletions

View File

@@ -41,7 +41,7 @@ use pocketmine\item\Item;
use pocketmine\nbt\LittleEndianNbtSerializer;
use pocketmine\utils\Utils;
use pocketmine\world\format\io\GlobalItemDataHandlers;
use Webmozart\PathUtil\Path;
use Symfony\Component\Filesystem\Path;
use function base64_decode;
use function file_get_contents;
use function get_debug_type;