Skip to content

Commit 6ba8544

Browse files
committed
update
1 parent b45cf26 commit 6ba8544

File tree

5 files changed

+451
-39
lines changed

5 files changed

+451
-39
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2019 Andy Song <[email protected]>
3+
Copyright (c) 2020 Andy Song <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

andylaravel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use LaravelHelper\Commands\SetupIDE;
1111
use LaravelHelper\Commands\UpdateIDE;
1212
use Symfony\Component\Console\Application;
1313

14-
$app = new Application('Laravel Helper', '1.0.2');
14+
$app = new Application('Laravel Helper', '1.0.3');
1515

1616
$app->addCommands([new SetupIDE(), new UpdateIDE()]);
1717

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"description": "A console app for helping laravel app.",
44
"keywords": [
55
"laravel",
6-
"phpstorm"
6+
"phpstorm",
7+
"Vs Code",
8+
"IDE",
9+
"laravel-ide-helper"
710
],
811
"type": "library",
912
"license": "MIT",
@@ -19,6 +22,7 @@
1922
}
2023
},
2124
"require": {
25+
"php": "^7.4",
2226
"symfony/process": "^5.0",
2327
"symfony/console": "^5.0"
2428
},

0 commit comments

Comments
 (0)