Skip to content

Commit f6dbca0

Browse files
committed
Pin Duster for release workflow
1 parent 62ea485 commit f6dbca0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
- Updated Matrix helper imports throughout the README and documentation to consistently use the `Matrix\Support` namespace.
1515
- Refined homepage copy and feature descriptions to better explain Fetch PHP's JavaScript-like request flow, async helpers, caching, retries, debugging, and testing utilities.
16+
- Pinned Duster to the known-compatible 3.3.0 release so tag builds do not drift onto stricter formatter rules without an intentional style migration.
1617
- Hardened the tag release workflow now that package versions are derived from Git tags instead of a `version` field in `composer.json`.
1718
- Expanded the tag release workflow setup to match package extension requirements and run the release test suite with `NO_NETWORK=1`.
1819

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"phpunit/phpunit": "^11.5",
4242
"squizlabs/php_codesniffer": "^3.7",
4343
"symfony/var-dumper": "^6.0|^7.2",
44-
"tightenco/duster": "^3.2"
44+
"tightenco/duster": "3.3.0"
4545
},
4646
"autoload-dev": {
4747
"psr-4": {

0 commit comments

Comments
 (0)