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.
1 parent 838a3ec commit 7d23b69Copy full SHA for 7d23b69
.gitattributes
@@ -0,0 +1,7 @@
1
+* text=auto
2
+
3
+/.github export-ignore
4
+/tests export-ignore
5
+.gitattributes export-ignore
6
+.gitignore export-ignore
7
+phpunit.xml.dist export-ignore
composer.json
@@ -17,7 +17,6 @@
17
"illuminate/validation": "~5.5"
18
},
19
"require-dev": {
20
- "mockery/mockery": "^1.0",
21
"orchestra/testbench": "^3.5",
22
"phpunit/phpunit": "~6.0"
23
0 commit comments