We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4af4c commit 4d24f2cCopy full SHA for 4d24f2c
composer.json
@@ -19,6 +19,9 @@
19
}
20
],
21
"require": {
22
+ "php": "^7.4",
23
+ "illuminate/console": "^8.0",
24
+ "illuminate/support": "^8.0"
25
},
26
"extra": {
27
"laravel": {
src/Console/Commands/MakeServiceCommand.php
@@ -3,7 +3,6 @@
3
namespace Dorsone\LaravelService\Console\Commands;
4
5
use Dorsone\LaravelService\ServiceGenerator;
6
-use Illuminate\Filesystem\Filesystem;
7
8
class MakeServiceCommand extends ServiceGenerator
9
{
0 commit comments