Skip to content

Commit 12c0c21

Browse files
committed
Remove none need package, then add .phpunit.result.cache to .gitignore
Signed-off-by: Lloric Mayuga Garcia <lloricode@gmail.com>
1 parent 38de27e commit 12c0c21

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)