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.
List view
0 issues of 8 selected
- Status: Closed (abandoned).WyriHaximus/php-async-test-utilitiesnumber 297#297Β In WyriHaximus/php-async-test-utilities;
- Status: Merged (completed).WyriHaximus/php-async-test-utilitiesnumber 304#304Β In WyriHaximus/php-async-test-utilities;
- Status: Merged (completed).WyriHaximus/php-async-test-utilitiesnumber 307#307Β In WyriHaximus/php-async-test-utilities;
- Status: Merged (completed).WyriHaximus/php-async-test-utilitiesnumber 300#300Β In WyriHaximus/php-async-test-utilities;
- Status: Merged (completed).WyriHaximus/php-async-test-utilitiesnumber 306#306Β In WyriHaximus/php-async-test-utilities;
- Status: Merged (completed).WyriHaximus/php-async-test-utilitiesnumber 308#308Β In WyriHaximus/php-async-test-utilities;
- Status: Merged (completed).WyriHaximus/php-async-test-utilitiesnumber 309#309Β In WyriHaximus/php-async-test-utilities;
- Status: Merged (completed).WyriHaximus/php-async-test-utilitiesnumber 301#301Β In WyriHaximus/php-async-test-utilities;