Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Jul 31, 2024
1 parent ecacfd0 commit 6c9d510
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/Config/Apps.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,19 @@
*
*/
return [
/**
*
* The name of the package
*/
'name' => 'Apps',
/**
*
* The version of the package
*/
'version' => '1.0.1',
/**
*
* The version number of the package
*/
'versionNum' => '101',
];
12 changes: 12 additions & 0 deletions src/Console/Commands/stubs/config.php.stub
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,19 @@
*
*/
return [
/**
*
* The name of the package
*/
'name' => '{{NAME}}',
/**
*
* The version of the package
*/
'version' => '1.0.0',
/**
*
* The version number of the package
*/
'versionNum' => '100',
];

0 comments on commit 6c9d510

Please sign in to comment.