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.
2 parents 15bc19c + 12c0c21 commit 5574786Copy full SHA for 5574786
.gitignore
@@ -2,3 +2,4 @@
2
/vendor
3
composer.lock
4
.vscode
5
+.phpunit.result.cache
composer.json
@@ -42,8 +42,7 @@
42
"php": ">=7.2",
43
"illuminate/console": "^5.8|^6.0",
44
"illuminate/database": "^5.8|^6.0",
45
- "illuminate/filesystem": "^5.8|^6.0",
46
- "laravel/helpers": "^1.1"
+ "illuminate/filesystem": "^5.8|^6.0"
47
},
48
"require-dev": {
49
"phpunit/phpunit": "^8.0",
0 commit comments