dompdf / php-font-lib

A library to read, parse, export and make subsets of different types of font files.
GNU Lesser General Public License v2.1
1.73k stars 255 forks source link

Corrected autoload setting in `composer.json` #20

Closed lonnylot closed 9 years ago

lonnylot commented 9 years ago

Underscores are namespace separators in PSR-0. This project conforms to PSR-4 and not PSR-0.

PhenX commented 9 years ago

I removed the underscores in the class names yesterday, then I saw your pull request. Do you think it's better to roll back my changes, or apply PSR-4 ? I think PSR-4 is compatible with PSR-0, but not the contrary.

lonnylot commented 9 years ago

I think it is best to be PSR-4. PSR-0 is deprecated and PSR-4 is the recommended autoloading standard.

BernardoSilva commented 9 years ago

Would be nice to have PSR-4 since PSR-0 is deprecated. :+1: