Skip to content

Commit 5574786

Browse files
Merge pull request #557 from lloricode/bugfix/remove-none-need-package
Remove none need package
2 parents 15bc19c + 12c0c21 commit 5574786

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/vendor
33
composer.lock
44
.vscode
5+
.phpunit.result.cache

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@
4242
"php": ">=7.2",
4343
"illuminate/console": "^5.8|^6.0",
4444
"illuminate/database": "^5.8|^6.0",
45-
"illuminate/filesystem": "^5.8|^6.0",
46-
"laravel/helpers": "^1.1"
45+
"illuminate/filesystem": "^5.8|^6.0"
4746
},
4847
"require-dev": {
4948
"phpunit/phpunit": "^8.0",

0 commit comments

Comments
 (0)