Skip to content

Commit

Permalink
Fix cleanup of google services within their library
Browse files Browse the repository at this point in the history
Cleanup was originally made only post update (for developer
who updated the packages). If anyone run composer install
afterwards, they'd get full 200+ services without a cleanup
which was not intended.

remp/crm#1917
  • Loading branch information
rootpd committed Jun 10, 2021
1 parent 23f308b commit fbf4cd4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,5 @@
"Crm\\UsersModule\\": "src/"
},
"classmap": ["src/"]
},
"scripts": {
"post-update-cmd": [
"Google\\Task\\Composer::cleanup"
]
},
"extra": {
"google/apiclient-services": [
"Oauth2"
]
}
}

0 comments on commit fbf4cd4

Please sign in to comment.