Issue
Is it possible to get just the name of the current project? I want something like:
composer show --self --name-only
1. Show current project
composer show --self
2. Show name of all packages
composer show --name-only
Solution
With Composer version 2.2.4, you can use
$ composer show -s --name-only
Answered By - Tien Hoang Answer Checked By - Gilberto Lyons (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.