change author order

This commit is contained in:
O3-Shop 2023-04-20 10:10:33 +02:00 committed by Daniel Seifert
parent 5b50073d80
commit 17eeefe21f
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ $aModule = [
'description' => 'TinyMCE 6 Integration for O3-Shop',
'thumbnail' => 'logo.png',
'version' => '1.0.0 ( 2023-04-06 )',
'author' => 'Marat Bedoev, O3-Shop',
'author' => 'O3-Shop, Marat Bedoev',
'url' => 'https://www.o3-shop.com/',
'extend' => [
OxidEsales\Eshop\Core\ViewConfig::class => O3\TinyMCE\Application\Core\ViewConfig::class,