kocsismate / php-di-container-benchmarks

Benchmark for some popular PHP Dependency Injection Containers.
https://kocsismate.github.io/php-di-container-benchmarks/benchmark.html
MIT License
76 stars 26 forks source link

vendor-update #31

Closed dominikzogg closed 4 years ago

kocsismate commented 4 years ago

Why update the composer.json file? If you just run composer update with the current config, the dependencies will be updated.

dominikzogg commented 4 years ago

@kocsismate your right, but I prefer to have the composer.json as close as possible to the composer.lock in projects. It's up to you if you like to merge it

kocsismate commented 4 years ago

I see your point, even though it's not that important for me (but it used to be ^^). Merging the PR nevertheless.