Skip to content

Commit

Permalink
Merge pull request #232 from WyriHaximus/updated-composer-lock-file-a…
Browse files Browse the repository at this point in the history
…fter-running-composer-normalize

Updated composer lock file after running composer normalize
  • Loading branch information
WyriHaximus authored Sep 26, 2023
2 parents 2c5617d + fd96af1 commit 2478b60
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@
},
"scripts": {
"post-install-cmd": [
"composer normalize"
"composer normalize",
"composer update --lock --no-scripts"
],
"post-update-cmd": [
"composer normalize"
"composer normalize",
"composer update --lock --no-scripts"
]
}
}

0 comments on commit 2478b60

Please sign in to comment.