diff --git a/composer.json b/composer.json index d2adbf7..e2f20b6 100644 --- a/composer.json +++ b/composer.json @@ -9,5 +9,10 @@ "email": "devops@findologic.com" } ], - "require": {} + "require": {}, + "autoload": { + "psr-0": { + "FINDOLOGIC\\Export\\": "src/main/php/" + } + } } diff --git a/src/main/php/FINDOLOGIC/Export/Constant.php b/src/main/php/FINDOLOGIC/Export/Constant.php new file mode 100644 index 0000000..1549286 --- /dev/null +++ b/src/main/php/FINDOLOGIC/Export/Constant.php @@ -0,0 +1,8 @@ +