Skip to content

Commit

Permalink
Fix permissions of composer vendor cleaner package
Browse files Browse the repository at this point in the history
  • Loading branch information
omarlopesino committed Nov 24, 2024
1 parent fca66b9 commit a2ccb5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aljibe-kickstart/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
"composer/installers": true,
"cweagans/composer-patches": true,
"drupal/core-composer-scaffold": true,
"liborm85/composer-vendor-cleaner": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true,
"phpro/grumphp": true,
"metadrop/drupal-boilerplate-assistant": true,
"metadrop/composer-comments": true,
"php-http/discovery": true
"php-http/discovery": true,
"liborm85/composer-vendor-cleaner": true
}
},
"scripts": {
Expand Down

0 comments on commit a2ccb5f

Please sign in to comment.