Skip to content

Commit

Permalink
fix: rename application.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymeh committed Aug 31, 2022
1 parent d34139d commit 335e11a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
},
"minimum-stability": "dev",
"prefer-stable": true,
"bin": ["application"]
"bin": ["changelog-checker"]
}
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
|
*/

'name' => 'Application',
'name' => 'Changelog-checker',

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 335e11a

Please sign in to comment.