PHP Classes

File: tests/scanner_test_config_nodev.php

Recommend this page to a friend!
  Classes of Insolita   Unused PHP Composer Packages Scanner   tests/scanner_test_config_nodev.php   Download  
File: tests/scanner_test_config_nodev.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Unused PHP Composer Packages Scanner
Detect packages in a composer project that unused
Author: By
Last change:
Date: 4 years ago
Size: 235 bytes
 

Contents

Class file image Download
<?php
$projectPath
= __DIR__;
return [
   
'composerJsonPath' => $projectPath . '/stub_composer.json',
   
'vendorPath' => $projectPath . '/../vendor/',
   
'scanDirectories' => [$projectPath . '/stubs/'],
   
'requireDev' => false
];