lox / regreph

A tool for detecting performance regressions in PHP codebases
50 stars 2 forks source link

Move source file one dir up using PSR-4 #8

Closed hkdobrev closed 10 years ago

hkdobrev commented 10 years ago

Nesting source files into a directory with the same name as the top namespace is a limitation of PSR-0.

Now when Composer supports PSR-4 why not take an advantage?

hkdobrev commented 10 years ago

@lox pings.

lox commented 10 years ago

:+1: