We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9781bbf commit 35998a0Copy full SHA for 35998a0
composer.json
@@ -22,15 +22,19 @@
22
"cli/includes/compatibility.php",
23
"cli/includes/facades.php",
24
"cli/includes/helpers.php",
25
- "cli/includes/ValetDriver.php",
26
- "tests/UsesNullWriter.php",
27
- "tests/BaseApplicationTestCase.php",
28
- "tests/Drivers/BaseDriverTestCase.php"
+ "cli/includes/ValetDriver.php"
29
],
30
"psr-4": {
31
"Valet\\": "cli/Valet/"
32
}
33
},
+ "autoload-dev": {
+ "files": [
+ "tests/UsesNullWriter.php",
34
+ "tests/BaseApplicationTestCase.php",
35
+ "tests/Drivers/BaseDriverTestCase.php"
36
+ ]
37
+ },
38
"require": {
39
"php": "^7.0|^8.0",
40
"illuminate/container": "~5.1|^6.0|^7.0|^8.0|^9.0",
0 commit comments