root@zetawiki:/var/www/laravel# composer show
dnoegel/php-xdg-base-dir 0.1 implementation of xdg base directory speci...
doctrine/inflector v1.2.0 Common String Manipulations with regard to...
doctrine/instantiator 1.0.5 A small, lightweight utility to instantiat...
... (생략)
tijsverkoyen/css-to-inline-styles 2.2.0 CssToInlineStyles is a class that enables ...
vlucas/phpdotenv v2.4.0 Loads environment variables from `.env` to...
webmozart/assert 1.2.0 Assertions to validate method input/output...
root@localhost:/var/www/html# composer show | grep illuminate
illuminate/container v5.8.35 The Illuminate Container package.
illuminate/contracts v5.8.35 The Illuminate Contracts package.
illuminate/events v5.8.35 The Illuminate Events package.
illuminate/filesystem v5.8.35 The Illuminate Filesystem package.
illuminate/support v5.8.35 The Illuminate Support package.
illuminate/view v5.8.24 The Illuminate View package.
root@localhost:/var/www/html# cat composer.json | grep illuminate
"illuminate/view": "5.8.24",
root@localhost:/var/www/html# cat composer.lock | grep '"name": "illuminate' -A1
"name": "illuminate/container",
"version": "v5.8.35",
--
"name": "illuminate/contracts",
"version": "v5.8.35",
--
"name": "illuminate/events",
"version": "v5.8.35",
--
"name": "illuminate/filesystem",
"version": "v5.8.35",
--
"name": "illuminate/support",
"version": "v5.8.35",
--
"name": "illuminate/view",
"version": "v5.8.24",