sensorario/wheel-container

There is no license information available for the latest version (1.0.3) of this package.

1.0.3 2016-10-29 07:45 UTC

This package is auto-updated.

Last update: 2024-03-29 03:57:31 UTC


README

[
    'logger' => [
        'class' => 'Path\\To\\Logger',
    ],
    'manager' => [
        'class' => 'Path\\To\\Manager',
        'collaborators' => [
            'logger'
        ],
    ],
    'engine' => [
        'class' => 'Path\\To\\Engine',
    ],
];