File tree Expand file tree Collapse file tree 3 files changed +63
-1017
lines changed Expand file tree Collapse file tree 3 files changed +63
-1017
lines changed Original file line number Diff line number Diff line change 1212 "require" : {
1313 "php" : " ^7.3 || ^8.0" ,
1414 "phpdocumentor/reflection-common" : " ^2.0" ,
15- "phpstan/phpdoc-parser" : " ^1.18|^ 2.0" ,
15+ "phpstan/phpdoc-parser" : " ^2.0" ,
1616 "doctrine/deprecations" : " ^1.0"
1717 },
1818 "require-dev" : {
2121 "phpstan/phpstan" : " ^1.8" ,
2222 "phpstan/phpstan-phpunit" : " ^1.1" ,
2323 "phpstan/extension-installer" : " ^1.1" ,
24- "vimeo/psalm" : " ^4.25" ,
2524 "rector/rector" : " ^0.13.9" ,
26- "phpbench/phpbench" : " ^1.2"
25+ "phpbench/phpbench" : " ^1.2" ,
26+ "psalm/phar" : " ^4"
2727 },
2828 "autoload" : {
2929 "psr-4" : {
3737 },
3838 "extra" : {
3939 "branch-alias" : {
40- "dev-1.x" : " 1.x-dev"
40+ "dev-1.x" : " 1.x-dev" ,
41+ "dev-2.x" : " 2.x-dev"
4142 }
4243 },
4344 "config" : {
4445 "platform" : {
45- "php" : " 7.3 .0"
46+ "php" : " 7.4 .0"
4647 },
4748 "allow-plugins" : {
4849 "phpstan/extension-installer" : true
You can’t perform that action at this time.
0 commit comments