Skip to content

Commit 4d24f2c

Browse files
committed
requirements added
1 parent 8a4af4c commit 4d24f2c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
}
2020
],
2121
"require": {
22+
"php": "^7.4",
23+
"illuminate/console": "^8.0",
24+
"illuminate/support": "^8.0"
2225
},
2326
"extra": {
2427
"laravel": {

src/Console/Commands/MakeServiceCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Dorsone\LaravelService\Console\Commands;
44

55
use Dorsone\LaravelService\ServiceGenerator;
6-
use Illuminate\Filesystem\Filesystem;
76

87
class MakeServiceCommand extends ServiceGenerator
98
{

0 commit comments

Comments
 (0)