Skip to content

Commit

Permalink
Update composer.json for composer 2.x with allow-plugins and remove z…
Browse files Browse the repository at this point in the history
…aporylie/composer-drupal-optimizations
  • Loading branch information
webflo committed Jan 24, 2022
1 parent 718d766 commit 2c488fd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"webflo/drupal-finder": "^1.2"
},
"require-dev": {
"drupal/core-dev": "^9.3",
"zaporylie/composer-drupal-optimizations": "^1.2"
"drupal/core-dev": "^9.3"
},
"conflict": {
"drupal/drupal": "*"
Expand All @@ -36,7 +35,12 @@
"prefer-stable": true,
"config": {
"discard-changes": true,
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
"cweagans/composer-patches": true,
"drupal/core-composer-scaffold": true
}
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit 2c488fd

Please sign in to comment.