junaidbhura / composer-wp-pro-plugins

Composer installer for Pro WordPress plugins.
https://packagist.org/packages/junaidbhura/composer-wp-pro-plugins
MIT License
92 stars 28 forks source link

PSR-4 Incompatibility #55

Closed ouun closed 1 year ago

ouun commented 1 year ago

https://github.com/junaidbhura/composer-wp-pro-plugins/blob/88a8d9756d24286e31822320c4f1f4f904770c00/plugins/WPML.php#L15

I think the Class name should be WPML to avoid the notice: Class Junaidbhura\Composer\WPProPlugins\Plugins\Wpml located in ./vendor/junaidbhura/composer-wp-pro-plugins/plugins/WPML.php does not comply with psr-4 autoloading standard. Skipping.

ouun commented 1 year ago

Sorry, missed the already opened ticket here: https://github.com/junaidbhura/composer-wp-pro-plugins/issues/54