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 fec0140 commit 532808f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,10 @@
],
"require": {},
"scripts": {
"pre-install-cmd:": [
"pre-package-install": [
"@composer remove branko-logeecom/b-*"
],
"post-install-cmd": [
"@composer remove branko-logeecom/b-*"
],
"pre-update-cmd": [
"@composer remove branko-logeecom/b-*"
],
"post-update-cmd": [
"pre-package-update": [
"@composer remove branko-logeecom/b-*"
]
}
Expand Down

0 comments on commit 532808f

Please sign in to comment.