PHP code example of miserenkov / grumphp-composer-unused-task

1. Go to this page and download the library: Download miserenkov/grumphp-composer-unused-task library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

miserenkov / grumphp-composer-unused-task example snippets

`yml
parameters:
    tasks:
      composer_unused:
        configuration: composer-unused.php
        exclude_dirs: [ ]
        exclude_packages: [ 'icanhazstring/composer-unused' ]
    extensions:
      - \MiSerenkov\GrumPHP\ComposerUnusedTask\ExtensionLoader