diff --git a/.gitignore b/.gitignore index a38d4b1..0e43bc9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .buildpath .project .settings +vendor diff --git a/composer.json b/composer.json index 5951271..6ddef16 100644 --- a/composer.json +++ b/composer.json @@ -24,8 +24,13 @@ "role" : "Author" } ], + "autoload": { + "classmap": [ + "./src/Toml.php" + ] + }, "support" : { "issues" : "https://github.com/leonelquinteros/php-toml/issues", "source" : "https://github.com/leonelquinteros/php-toml" } -} \ No newline at end of file +}