Starting this major release when adding running composer install/update with this package, and wyrihaximus/makefiles
in your require-dev
. The following bit in composer.json
:
"scripts": {
"post-install-cmd": [
"composer normalize",
"composer update --lock --no-scripts"
],
"post-update-cmd": [
"composer normalize",
"composer update --lock --no-scripts"
]
}
Will be replaced with:
"scripts": {
"post-install-cmd": [
"composer normalize",
"make on-install-or-update || true"
],
"post-update-cmd": [
"composer normalize",
"make on-install-or-update || true"
]
}
If neither of those scripts blocks are found, they will be created and make on-install-or-update || true
will be put in each of those.
AFAIK I'm the only one using this package, plus the orgs I use it in. Adding this here to make sure that other that use it are aware of this impactful change.
10.0.0
- Total issues resolved: 0
- Total pull requests resolved: 8
- Total contributors: 3
Dependencies 📦
- 309: Update wyrihaximus/test-utilities to v8 thanks to @WyriHaximus
- 308: Update dependency phpunit/phpunit to ^12.3.6 thanks to @renovate-runner[bot]
- 307: Update dependency wyrihaximus/makefiles to ^0.6.0 thanks to @renovate-runner[bot]
- 306: Update dependency react/promise to ^3.3.0 thanks to @renovate-runner[bot]
- 304: Raise PHP version to 8.4 thanks to @WyriHaximus
- 301: Update dependency phpunit/phpunit to ^12.3.5 thanks to @renovate-runner[bot]
- 300: Update dependency wyrihaximus/makefiles to ^0.5.0 thanks to @renovate-runner[bot]
- 297: Update dependency phpunit/phpunit to ^12.3.0 thanks to @renovate[bot]