Skip to content

Commit

Permalink
Merge branch 'release/2.4.52' into craft-webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Dec 25, 2021
2 parents 257aa58 + 94d1fa4 commit 3a9b6ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# nystudio107/craft Change Log

## 2.4.52 - 2021.12.25
### Fixed
* Fix Composer [2.2.0 error](https://getcomposer.org/doc/06-config.md#allow-plugins) by adding `allow-plugins`

## 2.4.51 - 2021.12.22
### Changed
* Updated to use a unified `bootstrap.php`
Expand Down
4 changes: 4 additions & 0 deletions cms/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
}
},
"config": {
"allow-plugins": {
"craftcms/plugin-installer": true,
"yiisoft/yii2-composer": true
},
"optimize-autoloader": true,
"sort-packages": true,
"platform": {
Expand Down

0 comments on commit 3a9b6ff

Please sign in to comment.