`require-dev` is better than `require` for such tool, because it is not
needed to be installed on production.
`composer update` without specifying vendor libraries as an argument
will try to update all dependencies which may not be desired.
Related to: https://github.com/andres-montanez/MagallanesSite/pull/3