Skip to content

Commit

Permalink
fix update apis
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Aug 16, 2024
1 parent 62385bf commit cd98be6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
24 changes: 22 additions & 2 deletions src/Config/Apis.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
*
* The version of the package
*/
'version' => '1.1.1',
'version' => '1.1.2',
/**
*
* The version number of the package
*/
'versionNum' => '111',
'versionNum' => '112',
/**
*
* enable input log for all requests default is false
Expand All @@ -30,4 +30,24 @@

'description' => 'Apis package is a package that contains all the apis for the application',

'license' => 'MIT',

'author' => 'Steve',

'email' => '[email protected]',

'homepage' => 'https://nexa-merchant.com',

'composer' => "nexa-merchant/apis",

'keywords' => [
'Apis',
'API',
'APIs',
'APIs package',
'APIs for the application',
],



];
2 changes: 1 addition & 1 deletion src/Docs/V1/Admin/Controllers/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @OA\Info(
* version="1.1.1",
* version="1.1.2",
* title="NexaMerchant Admin Rest API Documentation",
* description="NexaMerchant Admin Rest API Documentation",
*
Expand Down

0 comments on commit cd98be6

Please sign in to comment.