PATH:
home
/
lab2454c
/
netxzero.com
/
carbon-credit
/
vendor
/
spatie
/
laravel-ignition
/
src
/
Support
/
Composer
<?php namespace Spatie\LaravelIgnition\Support\Composer; interface Composer { /** @return array<string, mixed> */ public function getClassMap(): array; /** @return array<string, mixed> */ public function getPrefixes(): array; /** @return array<string, mixed> */ public function getPrefixesPsr4(): array; }
[-] FakeComposer.php
[edit]
[+]
..
[-] Composer.php
[edit]
[-] ComposerClassMap.php
[edit]