File tree Expand file tree Collapse file tree 4 files changed +1
-24
lines changed Expand file tree Collapse file tree 4 files changed +1
-24
lines changed Original file line number Diff line number Diff line change 13
13
"provide" : {
14
14
},
15
15
"scripts" : {
16
- "lint:phpcs" : " ../../bin/phpcs --colors" ,
17
- "lint:phpcs:fix" : " ../../bin/phpcbf --colors" ,
18
16
"lint:php-cs-fixer" : " ../../bin/php-cs-fixer check" ,
19
17
"lint:php-cs-fixer:fix" : " ../../bin/php-cs-fixer fix" ,
20
18
"lint:phpstan" : " ../../bin/phpstan analyse" ,
21
19
"lint:phpstan-generate-baseline" : " ../../bin/phpstan analyse --generate-baseline" ,
22
20
"lint:distributionintegrity" : " [ -d 'Neos.ContentRepository' ] && { echo 'Package Neos.ContentRepository should not exist.' 1>&2; exit 1; } || exit 0;" ,
23
21
"lint" : [
24
- " @lint:phpcs" ,
25
22
" @lint:php-cs-fixer" ,
26
23
" @lint:phpstan" ,
27
24
" @lint:distributionintegrity"
28
25
],
29
26
"lint:fix" : [
30
- " @lint:phpcs:fix" ,
31
27
" @lint:php-cs-fixer:fix"
32
28
],
33
29
"test:unit" : [
Original file line number Diff line number Diff line change 12
12
13
13
return (new PhpCsFixer \Config ())
14
14
->setRules ([
15
+ '@PSR12 ' => true ,
15
16
'no_unused_imports ' => true ,
16
17
'ordered_imports ' => [
17
18
'sort_algorithm ' => 'alpha ' ,
Original file line number Diff line number Diff line change 98
98
"neos/contentrepositoryregistry-storageclient" : " self.version"
99
99
},
100
100
"scripts" : {
101
- "lint:phpcs" : " ../../bin/phpcs --colors" ,
102
- "lint:phpcs:fix" : " ../../bin/phpcbf --colors" ,
103
101
"lint:php-cs-fixer" : " ../../bin/php-cs-fixer check" ,
104
102
"lint:php-cs-fixer:fix" : " ../../bin/php-cs-fixer fix" ,
105
103
"lint:phpstan" : " ../../bin/phpstan analyse" ,
106
104
"lint:phpstan-generate-baseline" : " ../../bin/phpstan analyse --generate-baseline" ,
107
105
"lint:distributionintegrity" : " [ -d 'Neos.ContentRepository' ] && { echo 'Package Neos.ContentRepository should not exist.' 1>&2; exit 1; } || exit 0;" ,
108
106
"lint" : [
109
- " @lint:phpcs" ,
110
107
" @lint:php-cs-fixer" ,
111
108
" @lint:phpstan" ,
112
109
" @lint:distributionintegrity"
113
110
],
114
111
"lint:fix" : [
115
- " @lint:phpcs:fix" ,
116
112
" @lint:php-cs-fixer:fix"
117
113
],
118
114
"test:unit" : [
317
313
"require-dev" : {
318
314
"roave/security-advisories" : " dev-latest" ,
319
315
"phpstan/phpstan" : " ^1.8" ,
320
- "squizlabs/php_codesniffer" : " ^3.6" ,
321
316
"friendsofphp/php-cs-fixer" : " ^3.5" ,
322
317
"phpunit/phpunit" : " ^9.0" ,
323
318
"neos/behat" : " *" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments