File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 18
18
"symfony/phpunit-bridge" : " ^5.4 | ^6.0 | ^7.0" ,
19
19
"doctrine/doctrine-bundle" : " ^2.8" ,
20
20
"doctrine/annotations" : " ^1.0" ,
21
- "phpstan/phpstan" : " ^1.11.x-dev" ,
22
21
"symfony/process" : " ^6.4 | ^7.0 | ^7.1"
23
22
},
24
23
"autoload" : {
32
31
}
33
32
},
34
33
"scripts" : {
35
- "phpstan" : " vendor/bin/phpstan"
34
+ "tools:upgrade" : [
35
+ " @tools:upgrade:php-cs-fixer" ,
36
+ " @tools:upgrade:phpstan"
37
+ ],
38
+ "tools:upgrade:php-cs-fixer" : " composer upgrade -W -d tools/php-cs-fixer" ,
39
+ "tools:upgrade:phpstan" : " composer upgrade -W -d tools/phpstan" ,
40
+ "tools:run" : [
41
+ " @tools:run:php-cs-fixer" ,
42
+ " @tools:run:phpstan"
43
+ ],
44
+ "tools:run:php-cs-fixer" : " tools/php-cs-fixer/vendor/bin/php-cs-fixer fix" ,
45
+ "tools:run:phpstan" : " tools/phpstan/vendor/bin/phpstan --memory-limit=1G"
36
46
}
37
47
}
Original file line number Diff line number Diff line change
1
+ ** /vendor
2
+ ** /composer.lock
Original file line number Diff line number Diff line change
1
+ {
2
+ "require" : {
3
+ "friendsofphp/php-cs-fixer" : " ^3"
4
+ }
5
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "require" : {
3
+ "phpstan/phpstan" : " ^1"
4
+ }
5
+ }
You can’t perform that action at this time.
0 commit comments