Skip to content

Commit b55e15d

Browse files
Fix CI: pin phar-io/composer-distributor ^1.0.2
phar-io/composer-distributor 1.0.0 has a bug where it uses the wrong package version when determining the phpDocumentor download URL, causing CI to fail with 404 errors when using --prefer-lowest. Version 1.0.2 fixes this issue. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a97a5dc commit b55e15d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"laminas/laminas-httphandlerrunner": "^2.12",
3737
"nyholm/psr7": "^1.8",
3838
"nyholm/psr7-server": "^1.1",
39+
"phar-io/composer-distributor": "^1.0.2",
3940
"php-cs-fixer/shim": "^3.91",
4041
"phpdocumentor/shim": "^3",
4142
"phpstan/phpstan": "^2.1",

0 commit comments

Comments
 (0)