Skip to content

Commit

Permalink
[TASK] Do not prefix class ComposerJson (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbelasichon committed May 11, 2021
1 parent 8d7ec95 commit 70ef6eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/compiler/src/PhpScoper/StaticEasyPrefixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ final class StaticEasyPrefixer
'Doctrine\Inflector\Inflector',
// for SmartFileInfo
'Symplify\SmartFileSystem\SmartFileInfo',
// for ComposerJson because it is part of the public API. I.e. ComposerRectorInterface
'Symplify\ComposerJsonManipulator\ValueObject\ComposerJson'
];

/**
Expand Down

0 comments on commit 70ef6eb

Please sign in to comment.