Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Oct 4, 2023
1 parent baafa9d commit 49a5059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"require": {
"php": "^8.0",
"ext-json": "*",
"ext-mbstring": "*",
"symfony/cache": "^5.4 || ^6.0",
"symfony/console": "^5.4 || ^6.0",
"symfony/event-dispatcher": "^5.4 || ^6.0",
Expand Down
1 change: 1 addition & 0 deletions src/Output/ConsoleOutput.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
use function json_encode;
use function key;
use function max;
use function mb_strimwidth;
use function min;
use function realpath;
use function rtrim;
Expand Down

0 comments on commit 49a5059

Please sign in to comment.