-
-
Notifications
You must be signed in to change notification settings - Fork 67
Closed
Description
Kind of surprised the only reference to this I can is here: funkjedi/composer-include-files#7
Given this composer.json:
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/",
"Database\\Factories\\": "database/factories/",
"Database\\Seeders\\": "database/seeders/"
},
"files": [
"tests/macros.php"
]
},
The tests/macros.php
file has stopped autoloading after installing this package and the 0.0.0/composer-include-files
dependency.
I understand this is not an issue with this package per se, just wondering whether anyone is aware of a workaround? Seems like something that would break plenty of Laravel app test suites where files are autoloaded.
I made an attempt at debugging the composer plugin but hit a brick wall as I have close to zero knowledge of how composer plugins actually work, and the plugin appears to be based on something copy and pasted from composer v1.
Metadata
Metadata
Assignees
Labels
No labels