diff --git a/composer.json b/composer.json index b2b3398..04dec2e 100644 --- a/composer.json +++ b/composer.json @@ -5,6 +5,9 @@ "type": "project", "license": "MIT", "autoload": { + "files": [ + "extra/helpers.php" + ], "psr-4": { "Kaataa\\": "src/", "Tests\\": "tests/" diff --git a/extra/helpers.php b/extra/helpers.php new file mode 100644 index 0000000..78170ea --- /dev/null +++ b/extra/helpers.php @@ -0,0 +1,15 @@ +