$adapters
$adapters :
Base adapter class
adapterFor(array $file, string $path) : mixed
Locate the first adapter that's able to handle a file.
Each adapter determines its ability to handle a particular file
| array | $file | JSON file information  | 
                            
| string | $path | Temp file path  | 
                            
Adapter instance if found, false otherwise