Releases: WyriHaximus/php-async-test-utilities
Releases · WyriHaximus/php-async-test-utilities
10.0.0
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]
9.4.2
9.4.2
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 1
Dependencies 📦
- 295: Update dependency wyrihaximus/makefiles to ^0.4.3 thanks to @renovate[bot]
- 294: Update PHPUnit thanks to @renovate[bot]
9.4.1
9.4.1
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 1
Dependencies 📦
- 293: Update dependency wyrihaximus/test-utilities to ^7.5.1 thanks to @renovate[bot]
- 292: Update dependency phpunit/phpunit to ^12.2.2 thanks to @renovate[bot]
9.4.0
9.4.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 1
Dependencies 📦
- 291: Update dependency wyrihaximus/test-utilities to ^7.5.0 thanks to @renovate[bot]
- 290: Update dependency phpunit/phpunit to ^12.2.1 thanks to @renovate[bot]
9.3.0
9.3.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Dependencies 📦
9.2.0
9.2.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Dependencies 📦
- 287: Update test utils to 7.3 thanks to @WyriHaximus
- 286: Update dependency phpunit/phpunit to ^12.1.6 thanks to @renovate[bot]
9.1.0
9.1.0
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 1
Dependencies 📦
- 284: Update PHPUnit thanks to @renovate[bot]
- 283: Update dependency phpunit/phpunit to ^12.1.4 thanks to @renovate[bot]
- 282: Update dependency wyrihaximus/makefiles to ^0.4.2 thanks to @renovate[bot]
9.0.0
9.0.0
- Total issues resolved: 0
- Total pull requests resolved: 14
- Total contributors: 3
Dependencies 📦,Feature 🏗
- 281: Turn into PHPStan extension thanks to @WyriHaximus
Dependencies 📦,Enhancement ✨
- 280: Update all WyriHaximus packages to their latest versions thanks to @WyriHaximus
- 276: Switch to centralized Makefiles thanks to @WyriHaximus
Dependencies 📦
- 279: Update ReactPHP PHPStan extension to upcoming v2 thanks to @WyriHaximus
- 278: Update dependency wyrihaximus/makefiles to ^0.2.0 thanks to @renovate[bot]
- 275: Bump symfony/process from 7.1.1 to 7.1.7 thanks to @dependabot[bot]
- 274: Bump symfony/validator from 7.1.2 to 7.1.7 thanks to @dependabot[bot]
- 273: Update dependency phpunit/phpunit to ^12.1.3 thanks to @renovate[bot]
- 272: Update dependency php to ^8.4.6 thanks to @renovate[bot]
- 271: Update dependency phpunit/phpunit to ^10.5.29 thanks to @renovate[bot]
- 270: Update dependency phpunit/phpunit to ^10.5.28 thanks to @renovate[bot]
- 269: Update dependency phpunit/phpunit to ^10.5.26 thanks to @renovate[bot]
- 230: Update dependency phpunit/phpunit to v12 - autoclosed thanks to @renovate[bot]
Dependencies 📦,Deprecations 👋
- 277: Drop deprecated methods thanks to @WyriHaximus
8.0.5
8.0.5
- Total issues resolved: 0
- Total pull requests resolved: 6
- Total contributors: 2
Dependencies 📦
- 268: Update PHPUnit thanks to @renovate[bot]
- 267: Update dependency phpunit/phpunit to ^10.5.24 thanks to @renovate[bot]
- 266: Bump composer/composer from 2.7.6 to 2.7.7 thanks to @dependabot[bot]
- 264: Update dependency react/promise-timer to ^1.11.0 thanks to @renovate[bot]
- 263: Update dependency react/async to ^4.3.0 thanks to @renovate[bot]
- 261: Update PHPUnit thanks to @renovate[bot]
8.0.4
8.0.4
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2