diff --git a/composer.json b/composer.json index 5989f21..8e140ce 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,11 @@ "homepage": "https://github.com/WPTT/font-loader/graphs/contributors" } ], + "autoload": { + "files": [ + "wptt-webfont-loader.php" + ] + }, "require": { "php": ">=5.6" },