Closed lulco closed 7 months ago
"autoload": { "psr-4": { "WhichBrowser\\": [ "src/", "tests/src/" ] } }
tests/src/ is exluded via .gitattributes, so it doesn't appear in vendor/whichbrowser/parser directory after installation. It should be probably moved to autoload-dev
tests/src/
.gitattributes
vendor/whichbrowser/parser
autoload-dev
Fixed in the latest release
tests/src/
is exluded via.gitattributes
, so it doesn't appear invendor/whichbrowser/parser
directory after installation. It should be probably moved toautoload-dev