Skip to content

Commit 3d26a5a

Browse files
Fix CI failure: bump phpdocumentor/shim minimum version to ^3.5
The shim v3.0.0 (the minimum allowed by ^3) tries to download phpDocumentor from a GitHub release URL that no longer exists, causing "lowest" dependency CI jobs to fail with 404 errors. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a97a5dc commit 3d26a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"nyholm/psr7": "^1.8",
3838
"nyholm/psr7-server": "^1.1",
3939
"php-cs-fixer/shim": "^3.91",
40-
"phpdocumentor/shim": "^3",
40+
"phpdocumentor/shim": "^3.5",
4141
"phpstan/phpstan": "^2.1",
4242
"phpunit/phpunit": "^10.5",
4343
"psr/cache": "^3.0",

0 commit comments

Comments
 (0)