Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Jun 22, 2023
1 parent f1ef739 commit fab4e7f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
1 change: 0 additions & 1 deletion features/bootstrap/InfalliblePackerContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/
declare(strict_types=1);

use DVDoug\BoxPacker\Item;
use DVDoug\BoxPacker\ItemList;
use DVDoug\BoxPacker\Packer;
use PHPUnit\Framework\Assert;
Expand Down
1 change: 0 additions & 1 deletion tests/Test/ConstrainedPlacementByCountTestItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

namespace DVDoug\BoxPacker\Test;

use DVDoug\BoxPacker\Box;
use DVDoug\BoxPacker\ConstrainedPlacementItem;
use DVDoug\BoxPacker\PackedBox;
use DVDoug\BoxPacker\PackedItem;
Expand Down
1 change: 0 additions & 1 deletion tests/Test/THPackTestItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

namespace DVDoug\BoxPacker\Test;

use DVDoug\BoxPacker\Box;
use DVDoug\BoxPacker\ConstrainedPlacementItem;
use DVDoug\BoxPacker\PackedBox;
use DVDoug\BoxPacker\Rotation;
Expand Down

0 comments on commit fab4e7f

Please sign in to comment.