diff --git a/composer.json b/composer.json index 00149b82..5b116a0a 100644 --- a/composer.json +++ b/composer.json @@ -17,11 +17,11 @@ "psr/log": "^1.0||^2.0||^3.0" }, "require-dev": { - "behat/behat": "^3.12", + "behat/behat": "^3.13", "dvdoug/behat-code-coverage": "^5.3", - "friendsofphp/php-cs-fixer": "^3.14", - "monolog/monolog": "^3.2", - "phpunit/phpunit": "^10.1" + "friendsofphp/php-cs-fixer": "^3.18", + "monolog/monolog": "^3.4", + "phpunit/phpunit": "^10.2" }, "config": { "preferred-install": { diff --git a/features/bootstrap/InfalliblePackerContext.php b/features/bootstrap/InfalliblePackerContext.php index a2d74875..6fb1aaa2 100644 --- a/features/bootstrap/InfalliblePackerContext.php +++ b/features/bootstrap/InfalliblePackerContext.php @@ -6,7 +6,6 @@ */ declare(strict_types=1); -use DVDoug\BoxPacker\Item; use DVDoug\BoxPacker\ItemList; use DVDoug\BoxPacker\Packer; use PHPUnit\Framework\Assert; diff --git a/tests/Test/ConstrainedPlacementByCountTestItem.php b/tests/Test/ConstrainedPlacementByCountTestItem.php index 38e1a5e7..f092e30c 100644 --- a/tests/Test/ConstrainedPlacementByCountTestItem.php +++ b/tests/Test/ConstrainedPlacementByCountTestItem.php @@ -8,7 +8,6 @@ namespace DVDoug\BoxPacker\Test; -use DVDoug\BoxPacker\Box; use DVDoug\BoxPacker\ConstrainedPlacementItem; use DVDoug\BoxPacker\PackedBox; use DVDoug\BoxPacker\PackedItem; diff --git a/tests/Test/THPackTestItem.php b/tests/Test/THPackTestItem.php index ed7bad55..5695afe9 100644 --- a/tests/Test/THPackTestItem.php +++ b/tests/Test/THPackTestItem.php @@ -8,7 +8,6 @@ namespace DVDoug\BoxPacker\Test; -use DVDoug\BoxPacker\Box; use DVDoug\BoxPacker\ConstrainedPlacementItem; use DVDoug\BoxPacker\PackedBox; use DVDoug\BoxPacker\Rotation;