Skip to content

Commit 88cb995

Browse files
author
Jeremiah VALERIE
committed
Merge branch '0.11' into 0.12
2 parents 8a05e6b + 902137e commit 88cb995

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ composer.phar
1010
.phpunit.result.cache
1111

1212
phpbench.phar
13-
phpbench.phar.pubkey
13+
phpbench.phar.*
1414
/.phpbench_storage
1515
php-cs-fixer.phar

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
"phpstan analyse --ansi",
7676
"@composer rem --ansi --dev phpstan/phpstan phpstan/phpstan-phpunit"
7777
],
78-
"bench": [
79-
"test -f phpbench.phar || wget https://phpbench.github.io/phpbench/phpbench.phar https://phpbench.github.io/phpbench/phpbench.phar.pubkey",
78+
"bench": [
79+
"test -f phpbench.phar || wget https://github.com/phpbench/phpbench/releases/download/1.0.0-alpha7/phpbench.phar -O phpbench.phar",
8080
"@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\"}'"
8181
],
8282
"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",

0 commit comments

Comments
 (0)