Skip to content

Commit

Permalink
Add Google services cleanup tasks to composer
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd committed Oct 1, 2023
1 parent 4773576 commit c8bb498
Show file tree
Hide file tree
Showing 3 changed files with 711 additions and 358 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
"build:phar": [
"tools/box/vendor/bin/box compile"
],
"pre-autoload-dump": "Google\\Task\\Composer::cleanup",
"post-install-cmd": [
"@tools:install"
],
Expand All @@ -187,6 +188,11 @@
"composer install --working-dir=./tools/rector"
]
},
"extra": {
"google/apiclient-services": [
"Sheets"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}
Loading

0 comments on commit c8bb498

Please sign in to comment.