Parser-PHP icon indicating copy to clipboard operation
Parser-PHP copied to clipboard

Wrong autoload

Open lulco opened this issue 3 years ago • 0 comments

"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

lulco avatar Nov 08 '22 00:11 lulco