Skip to content

Commit 7d23b69

Browse files
committed
Add .gitattributes and remove unused dependency
1 parent 838a3ec commit 7d23b69

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"illuminate/validation": "~5.5"
1818
},
1919
"require-dev": {
20-
"mockery/mockery": "^1.0",
2120
"orchestra/testbench": "^3.5",
2221
"phpunit/phpunit": "~6.0"
2322
},

0 commit comments

Comments
 (0)