Skip to content

Commit 35998a0

Browse files
committed
Move test file autoloading to autoload-dev
1 parent 9781bbf commit 35998a0

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

composer.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,19 @@
2222
"cli/includes/compatibility.php",
2323
"cli/includes/facades.php",
2424
"cli/includes/helpers.php",
25-
"cli/includes/ValetDriver.php",
26-
"tests/UsesNullWriter.php",
27-
"tests/BaseApplicationTestCase.php",
28-
"tests/Drivers/BaseDriverTestCase.php"
25+
"cli/includes/ValetDriver.php"
2926
],
3027
"psr-4": {
3128
"Valet\\": "cli/Valet/"
3229
}
3330
},
31+
"autoload-dev": {
32+
"files": [
33+
"tests/UsesNullWriter.php",
34+
"tests/BaseApplicationTestCase.php",
35+
"tests/Drivers/BaseDriverTestCase.php"
36+
]
37+
},
3438
"require": {
3539
"php": "^7.0|^8.0",
3640
"illuminate/container": "~5.1|^6.0|^7.0|^8.0|^9.0",

0 commit comments

Comments
 (0)