Flarum\Extension\Extension::composerJsonAttribute PHP Method

composerJsonAttribute() public method

Dot notation getter for composer.json attributes.
See also: https://laravel.com/docs/5.1/helpers#arrays
public composerJsonAttribute ( $name ) : mixed
$name
return mixed
    public function composerJsonAttribute($name)
    {
        return Arr::get($this->composerJson, $name);
    }