diff --git a/composer.json b/composer.json index 4f2a68d..37db3f5 100644 --- a/composer.json +++ b/composer.json @@ -3,8 +3,7 @@ "description": "Parser toolkit written on PHP", "type": "library", "require": { - "php": ">=8.1", - "neitanod/forceutf8": "~2.0" + "php": ">=8.1" }, "require-dev": { "phpunit/phpunit": ">=10" diff --git a/src/Magnet.php b/src/Magnet.php index 0abbfe9..f90a59a 100644 --- a/src/Magnet.php +++ b/src/Magnet.php @@ -1,6 +1,6 @@