mpratt / Embera

A Oembed consumer library, that gives you information about urls. It helps you replace urls to youtube or vimeo for example, with their html embed code. It has advanced features like offline support, responsive embeds and caching support.
MIT License
335 stars 59 forks source link

Fix Embera\Html namespace definitions #70

Closed vkhramtsov closed 4 years ago

vkhramtsov commented 4 years ago

Fix composer warnings:

composer.phar install -o output

Generating optimized autoload files
Deprecation Notice: Class Embera\html\IgnoreTags located in ./src/Embera/Html/IgnoreTags.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in composer.phar/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class Embera\html\ResponsiveEmbeds located in ./src/Embera/Html/ResponsiveEmbeds.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in composer.phar/src/Composer/Autoload/ClassMapGenerator.php:201
mpratt commented 4 years ago

Merged! Thank you very much!