Skip to content

Commit

Permalink
Delete unnecessary files via composer script
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed Jul 21, 2020
1 parent 12dee95 commit 0b1be8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@
"platform": {
"php": "7.1.3"
}
},

"scripts": {
"post-install-cmd": "rm -rf vendor/bin vendor/composer vendor/autoload.php vendor/nikic/php-parser/bin vendor/psy/psysh/.phan vendor/psy/psysh/bin",
"post-update-cmd": "@post-install-cmd"
}
}
5 changes: 0 additions & 5 deletions package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,3 @@ requires:
php:
version: '>=7.1'
redaxo: ^5.11

installer_ignore:
- vendor/bin
- vendor/composer
- vendor/autoload.php

0 comments on commit 0b1be8e

Please sign in to comment.