Skip to content

Commit bb31951

Browse files
committed
Removed mockery and phpunit from the excluded files as we depend on File_Iterator (in phpunit) and we do not build with require-dev dependencies.
1 parent 1b06ee8 commit bb31951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"finder": [
88
{
99
"name": "*.php",
10-
"exclude": ["test", "tests", "Tests", "phpunit", "mockery"],
10+
"exclude": ["test", "tests", "Tests"],
1111
"in": "vendor"
1212
}
1313
],

0 commit comments

Comments
 (0)