diff --git a/src/config.php b/src/Config.php similarity index 99% rename from src/config.php rename to src/Config.php index 07c3456..b79086c 100644 --- a/src/config.php +++ b/src/Config.php @@ -8,4 +8,4 @@ public static function getVersion($package) { return InstalledVersions::getPrettyVersion($package); } -} \ No newline at end of file +}