Alexia / php7mar

PHP 7 Migration Assistant Report (MAR)
GNU General Public License v3.0
797 stars 133 forks source link

Implement psr4 #5

Open valentintorikian opened 9 years ago

valentintorikian commented 9 years ago

I've implemented the composer's PSR-4

Alexia commented 9 years ago

I am not really sure it is necessary to move the main executable in a subfolder. However, I do see it is not PSR-4 compatible due to the lack of a vendor namespace. I will look at this later on.