Skip to content

Commit 675a090

Browse files
steevanbphpbenchmarks
authored and
phpbenchmarks
committed
Modifications for Benchmark kit 3.0
1 parent 6b3c578 commit 675a090

File tree

5 files changed

+41
-38
lines changed

5 files changed

+41
-38
lines changed

composer.lock.php7.1 renamed to .phpbenchmarks/composer.lock.php7.1

+13-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.lock.php7.2 renamed to .phpbenchmarks/composer.lock.php7.2

+13-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.lock.php7.3 renamed to .phpbenchmarks/composer.lock.php7.3

+13-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.phpbenchmarks/initBenchmark.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function clearCache() {
1919
}
2020

2121
rm -rf bootstrap/cache/*
22-
composer install --no-dev --classmap-authoritative
22+
composer install --no-dev --classmap-authoritative --ansi
2323
clearCache
2424
php artisan config:cache
2525
php artisan route:cache

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"fideloper/proxy": "^4.0",
88
"laravel/framework": "5.8.14",
99
"laravel/tinker": "^1.0",
10-
"phpbenchmarks/laravel-common": "5.3.1"
10+
"phpbenchmarks/laravel-common": "5.3.2"
1111
},
1212
"autoload": {
1313
"psr-4": {

0 commit comments

Comments
 (0)