File tree Expand file tree Collapse file tree 2 files changed +1
-47
lines changed Expand file tree Collapse file tree 2 files changed +1
-47
lines changed Original file line number Diff line number Diff line change 49
49
"phpstan/phpstan-phpunit" : " ^1.4.1" ,
50
50
"phpstan/phpstan-deprecation-rules" : " ^1.2.1" ,
51
51
"phpunit/phpunit" : " ^10.5.38 || ^11.4.4" ,
52
- "phpbench/phpbench" : " ^1.3.1" ,
53
- "symfony/var-dumper" : " ^6.4.15" ,
52
+ "symfony/var-dumper" : " ^6.4.15 || ^v7.2.0" ,
54
53
"bakame/aide-base32" : " dev-main"
55
54
},
56
55
"autoload" : {
64
63
}
65
64
},
66
65
"scripts" : {
67
- "benchmark" : " phpbench run --report=default" ,
68
66
"phpcs" : " php-cs-fixer fix --dry-run --diff -vvv --allow-risky=yes --ansi" ,
69
67
"phpcs:fix" : " php-cs-fixer fix -vvv --allow-risky=yes --ansi" ,
70
68
"phpstan" : " phpstan analyse -c phpstan.neon --ansi --memory-limit 192M" ,
81
79
"phpunit" : " Runs unit and functional testing" ,
82
80
"phpcs" : " Runs coding style testing" ,
83
81
"phpcs:fix" : " Fix coding style issues" ,
84
- "benchmark" : " Runs parser benchmark" ,
85
82
"test" : " Runs all tests"
86
83
},
87
84
"repositories" : [
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments