Skip to content

Commit

Permalink
Merge branch 'fix/main/CS-6204' into prepare-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamara committed Dec 9, 2024
2 parents 3644f2a + b7ff4ff commit 4573bd8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,13 @@
"allow-plugins": {
"symfony/*": true
}
},
"scripts": {
"post-install-cmd": [
"rm -f vendor/composer/installed.php"
],
"post-update-cmd": [
"rm -f vendor/composer/installed.php"
]
}
}

0 comments on commit 4573bd8

Please sign in to comment.