We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ccfc6 commit 870cd4aCopy full SHA for 870cd4a
composer.json
@@ -16,7 +16,7 @@
16
"illuminate/validation": "^6 || ^7 || ^8 || ^9 || ^10"
17
},
18
"require-dev": {
19
- "orchestra/testbench": "^6.13 || ^7.0 || ^8.0"
+ "orchestra/testbench": "^6.13 || ^7.0"
20
21
"extra": {
22
"branch-alias": {
phpunit.xml
@@ -14,9 +14,7 @@
14
<testsuites>
15
<testsuite name="Package Test Suite">
<directory suffix=".php">./tests/</directory>
- <exclude>
- <directory>./tests/resources/views</directory>
- </exclude>
+ <exclude>./tests/resources/views/</exclude>
</testsuite>
</testsuites>
<coverage>
0 commit comments