Skip to content

Commit

Permalink
Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
brankologeecom committed Oct 12, 2023
1 parent 6610962 commit fec0140
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@
],
"require": {},
"scripts": {
"post-autoload-dump": [
"pre-install-cmd:": [
"@composer remove branko-logeecom/b-*"
],
"post-install-cmd": [
"@composer remove branko-logeecom/b-*"
],
"pre-update-cmd": [
"@composer remove branko-logeecom/b-*"
],
"post-update-cmd": [
"@composer remove branko-logeecom/b-*"
]
}
Expand Down

0 comments on commit fec0140

Please sign in to comment.