Module init
parents
Showing
Api/ChannelFactoryInterface.php
0 → 100644
Api/ChannelInterface.php
0 → 100644
Model/Channel/Console.php
0 → 100644
Model/Channel/Log.php
0 → 100644
Model/Channel/Quiet.php
0 → 100644
Model/ChannelFactory.php
0 → 100644
README.md
0 → 100644
Test/Unit/Model/Channel/ConsoleTest.php
0 → 100644
Test/Unit/Model/Channel/LogTest.php
0 → 100644
Test/Unit/Model/ChannelFactoryTest.php
0 → 100644
Test/Unit/Stub/Model/ChannelStub.php
0 → 100644
composer.json
0 → 100644
| { | ||
| "name": "lizardmedia/module-communication-channel", | ||
| "description": "Abstraction for communication with end-user during long-running processes", | ||
| "require": { | ||
| "php": "~7.2.0||~7.3.0", | ||
| "magento/framework": "102.0.*" | ||
| }, | ||
| "require-dev": { | ||
| "phpunit/phpunit": "~6.5.0", | ||
| "dg/bypass-finals": "*" | ||
| }, | ||
| "type": "magento2-module", | ||
| "version": "1.0.0", | ||
| "autoload": { | ||
| "files": [ | ||
| "registration.php" | ||
| ], | ||
| "psr-4": { | ||
| "LizardMedia\\CommunicationChannel\\": "" | ||
| } | ||
| } | ||
| } |
etc/di.xml
0 → 100644
etc/module.xml
0 → 100644
registration.php
0 → 100644
Please
register
or
sign in
to comment