Commit 2a8ce46
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments