File "FakeComposer.php"

Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/spatie/laravel-ignition/src/Support/Composer/FakeComposer.php
File size: 444 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Spatie\LaravelIgnition\Support\Composer;

class FakeComposer implements Composer
{
    /** @return array<string, mixed> */
    public function getClassMap(): array
    {
        return [];
    }

    /** @return array<string, mixed> */
    public function getPrefixes(): array
    {
        return [];
    }

    /** @return array<string, mixed> */
    public function getPrefixesPsr4(): array
    {
        return [];
    }
}