Skip to content

Commit 2a8ce46

Browse files
CybotTMclaude
andcommitted
fix: correct PHPStan TYPO3 extension package name
Build/phpstan.neon referenced wrong package name causing CI failure: - saschaegerer/phpstan-typo3 (incorrect, doesn't exist in vendor) - friendsoftypo3/phpstan-typo3 (correct, as per composer.json) The package was renamed from saschaegerer to friendsoftypo3 organization. This fix aligns Build/phpstan.neon with the actual installed package. Resolves "File is missing or is not readable" error for extension.neon. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4e3f8cc commit 2a8ce46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Build/phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ includes:
22
- %currentWorkingDirectory%/.Build/vendor/phpstan/phpstan-strict-rules/rules.neon
33
- %currentWorkingDirectory%/.Build/vendor/phpstan/phpstan-deprecation-rules/rules.neon
44
# - %currentWorkingDirectory%/.Build/vendor/phpstan/phpstan-phpunit/rules.neon
5-
- %currentWorkingDirectory%/.Build/vendor/saschaegerer/phpstan-typo3/extension.neon
5+
- %currentWorkingDirectory%/.Build/vendor/friendsoftypo3/phpstan-typo3/extension.neon
66
- %currentWorkingDirectory%/Build/phpstan-baseline.neon
77

88
parameters:

0 commit comments

Comments
 (0)