TRF Certest first commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Composer File Template
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The config for composer.json file that will be generated with vanguard::make-plugin command.
|
||||
|
|
||||
*/
|
||||
'composer' => [
|
||||
'vendor' => 'vanguardapp',
|
||||
'author' => [
|
||||
'name' => 'Milos Stojanovic',
|
||||
'email' => 'stojanovic.loshmi@gmail.com',
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user