Skip to content

Commit

Permalink
Add Google services cleanup tasks to composer (#492)
Browse files Browse the repository at this point in the history
Co-authored-by: Norbert Orzechowicz <[email protected]>
  • Loading branch information
stloyd and norberttech authored Oct 2, 2023
1 parent 5051d5f commit 9114912
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
"cs:php:fix": [
"tools/cs-fixer/vendor/bin/php-cs-fixer fix"
],
"pre-autoload-dump": "Google\\Task\\Composer::cleanup",
"post-install-cmd": [
"@tools:install"
],
Expand All @@ -181,6 +182,11 @@
"composer install --working-dir=./tools/rector"
]
},
"extra": {
"google/apiclient-services": [
"Sheets"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions src/adapter/etl-adapter-google-sheet/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,19 @@
],
"cs:php:fix": "tools/vendor/bin/php-cs-fixer fix",
"tools:install": "composer install --working-dir=./tools",
"pre-autoload-dump": "Google\\Task\\Composer::cleanup",
"post-install-cmd": [
"@tools:install"
],
"post-update-cmd": [
"@tools:install"
]
},
"extra": {
"google/apiclient-services": [
"Sheets"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 9114912

Please sign in to comment.