Skip to content

Commit

Permalink
ADD: Advanced Discounts
Browse files Browse the repository at this point in the history
  • Loading branch information
BadPixxel committed Mar 30, 2020
1 parent c99c748 commit 089f4c7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,14 @@

"autoload-dev": {
"psr-4": { "Splash\\Tests\\": "modules/splashsync/tests" }
},

"scripts": {
"post-install-cmd": [
"php modules/splashsync/vendor/bin/grumphp git:deinit"
],
"post-update-cmd": [
"php modules/splashsync/vendor/bin/grumphp git:deinit"
]
}
}

0 comments on commit 089f4c7

Please sign in to comment.