unsaturated / grav-plugin-lazy-image

Grav CMS plugin that defers loading your page's images until they are scrolled into view.
MIT License
11 stars 1 forks source link

Wrong class declaration in grav-plugin-lazy-image/vendor/composer/autoload_real.php #1

Closed ganar closed 6 years ago

ganar commented 6 years ago

The current grav-plugin-lazy-image/vendor/composer/autoload_real.php has the following class declaration

class ComposerAutoloaderInit8a23e2ae4d3f41dc1f0d10df35e696c7

This generates a GravCMS error

Removing the reference 8a23e2ae4d3f41dc1f0d10df35e696c7 in the entire file allows the system to work again

unsaturated commented 6 years ago

Thank you for reporting, @ganar. I'll get 1.0.1 released with your recommended fix.

unsaturated commented 6 years ago

The develop branch is updated, @ganar. Try that and let me know. I failed to reproduce the error with composer update or install.