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.
.phpunit.result.cache
.gitignore
1 parent 38de27e commit 12c0c21Copy full SHA for 12c0c21
.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