Skip to content

Commit e28ab4d

Browse files
committed
Remove facade, update composer description
1 parent d08d9e0 commit e28ab4d

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

composer.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "jakebathman/list-custom-artisan-commands",
3-
"description": "",
3+
"description": "List only Artisan commands that fall under the application's `App\\` namespace, using much the same output as `php artisan list`.",
44
"keywords": [
5-
"list-custom-artisan-commands",
65
"laravel",
76
"artisan"
87
],
@@ -47,10 +46,7 @@
4746
"laravel": {
4847
"providers": [
4948
"JakeBathman\\ListCustomArtisanCommands\\ListCustomArtisanCommandsServiceProvider"
50-
],
51-
"aliases": {
52-
"ListCustomArtisanCommands": "JakeBathman\\ListCustomArtisanCommands\\ListCustomArtisanCommandsFacade"
53-
}
49+
]
5450
}
5551
},
5652
"minimum-stability": "dev",

src/ListCustomArtisanCommandsFacade.php

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)