https://bugzilla.redhat.com/show_bug.cgi?id=1982616
Remi Collet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Remi Collet <[email protected]> --- Small notices - yes, running upstream test suite make sense - PSR-0 tree doesn't make sense anymore, nobody will rely on a single PSR-0 tree It is fine to use /usr/share/php/Assert, but this can raise conflicts, so good be a good idea to introduce a fake "vendor" directory ex: /usr/share/php/beberlei/Assert - PSR-4 autoload is fine, but a classmap one can be faster (composer itself uses classmap for production optimized autoloader) - Documentation usually includes *.md files -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
