Skip to content

Commit

Permalink
Merge pull request #21 from siebdc2/feature/PHPRO-415
Browse files Browse the repository at this point in the history
PHPRO-415 Changelog and removed
  • Loading branch information
BrentRobert authored Jul 19, 2024
2 parents 4056edf + e8b584b commit e50cc26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,9 @@
## [1.4.2] - 2024-07-05
### Updated
- Allow PHP 8.2

## [1.5.0] - 2024-07-19
### Bugfix
- Proxied classes used in console commands
### Removed
- Removed \Phpro\Translations\Model\Translation\Source\Locales dependency in \Phpro\Translations\Console\Command\PrepareKeysCommand
1 change: 0 additions & 1 deletion Console/Command/PrepareKeysCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public function __construct(
ResolverFactory $optionResolverFactory,
Parser $parser,
TranslationDataManagementInterface $translationDataManagement,
private readonly \Phpro\Translations\Model\Translation\Source\Locales $localeSource,
string $name = null
) {
$this->optionResolverFactory = $optionResolverFactory;
Expand Down
1 change: 0 additions & 1 deletion etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
<type name="Phpro\Translations\Console\Command\PrepareKeysCommand">
<arguments>
<argument name="translationDataManagement" xsi:type="object">Phpro\Translations\Api\TranslationDataManagementInterface\Proxy</argument>
<argument name="localeSource" xsi:type="object">Phpro\Translations\Model\Translation\Source\Locales\Proxy</argument>
</arguments>
</type>
</config>

0 comments on commit e50cc26

Please sign in to comment.