Skip to content

Commit

Permalink
requirements added
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorsone committed Oct 31, 2022
1 parent 8a4af4c commit 4d24f2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
}
],
"require": {
"php": "^7.4",
"illuminate/console": "^8.0",
"illuminate/support": "^8.0"
},
"extra": {
"laravel": {
Expand Down
1 change: 0 additions & 1 deletion src/Console/Commands/MakeServiceCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Dorsone\LaravelService\Console\Commands;

use Dorsone\LaravelService\ServiceGenerator;
use Illuminate\Filesystem\Filesystem;

class MakeServiceCommand extends ServiceGenerator
{
Expand Down

0 comments on commit 4d24f2c

Please sign in to comment.