Details
-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: Unscheduled
-
Fix Version/s: Unscheduled
-
Component/s: Core CiviCRM
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
Description
The Composer autoloader is looking mature, and adoption will give us the following benefits:
- "Optimized" mode in which the file->class map is generated ahead of time
- PSR-0 and PSR-4 support, which facilitates autoloading packages/*
- Replace custom code with a well-supported component
I would be most excited about eliminating the requires into packages/...