humanmade / WPThumb

:warning: UNMAINTAINED :warning: On demand image resizing for WordPress
https://humanmade.co.uk/wpthumb/
170 stars 32 forks source link

Load main plugin file properly in composer.json #133

Closed tyxla closed 8 years ago

tyxla commented 8 years ago

Currently, in composer.json the main plugin file is loaded as a classmap class.

This will work only if you want to access the WP_Thumb class, but not if you want to use any of the WPThumb functions (like wpthumb() for example).

With this modification Composer's autoloader will always load the main plugin file, allowing developers to use any WPThumb function.