static-php-cli icon indicating copy to clipboard operation
static-php-cli copied to clipboard

Add dev command: extension dumper for SPC

Open crazywhalecc opened this issue 1 year ago • 0 comments

What is extension dumper

Print required extensions from your composer project.

  1. Read custom vendor/composer/installed.json or vendor/composer/installed.php file.
  2. Get all extensions from composer generated file (reading ext-* word).
  3. Print extensions.

crazywhalecc avatar Feb 13 '24 16:02 crazywhalecc