File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,27 @@ TYPO3 CMS class reflection extension for PHPStan & framework-specific rules
55[ ![ Build Status] ( https://travis-ci.org/sascha-egerer/phpstan-typo3.svg?branch=master )] ( https://travis-ci.org/sascha-egerer/phpstan-typo3 )
66
77## Configuration
8- Put this into your phpstan.neon config:
8+
9+ To use this extension, require it in [ Composer] ( https://getcomposer.org/ ) :
10+
11+ ```
12+ composer require --dev saschaegerer/phpstan-typo3
13+ ```
14+
15+ If you also install [ phpstan/extension-installer] ( https://github.com/phpstan/extension-installer ) then you're all set!
16+
17+ <details >
18+ <summary >Manual installation</summary >
19+
20+ If you don't want to use ` phpstan/extension-installer ` , put this into your phpstan.neon config:
921
1022```
1123includes:
1224 - vendor/saschaegerer/phpstan-typo3/extension.neon
1325```
26+ </details >
27+
28+ ## Additional Configuration
1429
1530If you do use constants of TYPO3 core you may have to
1631bootstrap TYPO3 first. This can be done by using the
You can’t perform that action at this time.
0 commit comments