omarabid / WordPress-Plugin-Boilerplate

This plugin serves as an empty boilerplate that you can use to base your next WordPress plugin.
GNU General Public License v2.0
48 stars 20 forks source link

Merge Includes Folder to Vendor #14

Closed omarabid closed 9 years ago

omarabid commented 9 years ago

It make more sense in the long run, to merge the Includes folder to the Vendor one. All packages should be PSR-4 compliant and there is only one include folder.