Skip to content

Commit

Permalink
Merge branch 'release/1.0.37'
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Dec 25, 2021
2 parents de14002 + 0ed8e1e commit 5ea55d9
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/plugindev Change Log

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

## 1.0.36 - 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 @@ -45,6 +45,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 5ea55d9

Please sign in to comment.