Skip to content

Commit

Permalink
Make sure yiisoft/yii2-composer is allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Jun 24, 2022
1 parent e802918 commit 8b58966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Fixed
- Fixed a SQL error that could occur on MySQL 5. ([#11493](https://github.com/craftcms/cms/issues/11493))
- Fixed a bug where Craft’s Composer commands weren’t ensuring that `config.allow-plugins.yiisoft/yii2-composer` was `true` in `composer.json`. ([#11399](https://github.com/craftcms/cms/issues/11399))

## 3.7.45.1 - 2022-06-21

Expand Down
1 change: 1 addition & 0 deletions src/services/Composer.php
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ protected function ensurePluginInstallerIsAllowed(string $jsonPath): void
'config' => [
'allow-plugins' => [
'craftcms/plugin-installer' => true,
'yiisoft/yii2-composer' => true,
],
],
]);
Expand Down

0 comments on commit 8b58966

Please sign in to comment.