Skip to content

Commit

Permalink
Merge branch '0.11' into 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mcg-web committed Apr 28, 2021
2 parents 8a05e6b + 902137e commit 88cb995
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ composer.phar
.phpunit.result.cache

phpbench.phar
phpbench.phar.pubkey
phpbench.phar.*
/.phpbench_storage
php-cs-fixer.phar
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
"phpstan analyse --ansi",
"@composer rem --ansi --dev phpstan/phpstan phpstan/phpstan-phpunit"
],
"bench": [
"test -f phpbench.phar || wget https://phpbench.github.io/phpbench/phpbench.phar https://phpbench.github.io/phpbench/phpbench.phar.pubkey",
"bench": [
"test -f phpbench.phar || wget https://github.com/phpbench/phpbench/releases/download/1.0.0-alpha7/phpbench.phar -O phpbench.phar",
"@php phpbench.phar run -l dots --ansi -vvv --report='generator: \"table\", cols: [\"benchmark\", \"subject\", \"params\", \"best\", \"mean\", \"mode\", \"worst\", \"diff\"], break: [\"benchmark\"], sort: {mean: \"asc\"}'"
],
"install-cs": "test -f php-cs-fixer.phar || wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.15.3/php-cs-fixer.phar -O php-cs-fixer.phar",
Expand Down

0 comments on commit 88cb995

Please sign in to comment.