konradmichalik / phpstan-typo3-preset
TYPO3 preset configuration for PHPStan
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/konradmichalik/phpstan-typo3-preset
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
- phpstan/phpstan: ^1.9 || ^2.0
- phpstan/phpstan-deprecation-rules: ^1.1 || ^2.0
- phpstan/phpstan-strict-rules: ^1.4 || ^2.0
- saschaegerer/phpstan-typo3: ^1.10 || ^2.0
- spaze/phpstan-disallowed-calls: ^4.0
- tomasvotruba/cognitive-complexity: 0.2.3 || 1.0.0
- tomasvotruba/type-coverage: ^1.0 || ^2.0
Requires (Dev)
- armin/editorconfig-cli: ^1.0 || ^2.0
- ergebnis/composer-normalize: ^2.44
This package is auto-updated.
Last update: 2025-10-08 08:12:34 UTC
README
TYPO3 PHPStan Preset
This package provides a basic TYPO3 PHPStan configuration.
Important
This package is intended for use in my personal projects only. It is not designed for general use.
🔥 Installation
composer require konradmichalik/phpstan-typo3-preset --dev
⚡ Usage
If you have the phpstan/extension-installer
package installed, there's nothing more to do. The base configuration
is automatically included.
Manual Setup
# phpstan.neon includes: - %rootDir%/../../konradmichalik/phpstan-typo3-preset/phpstan.neon.dist
⭐ License
This project is licensed under GNU General Public License 3.0 (or later).