From 2669d68843a868eaf2348aa25f5083ef1c6c51ad Mon Sep 17 00:00:00 2001 From: Markus Machatschek Date: Tue, 19 Mar 2019 16:36:16 +0100 Subject: [PATCH] Add a PHP class to abstract the path to the schema (#8) --- composer.json | 7 ++++++- src/main/php/FINDOLOGIC/Export/Constant.php | 8 ++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 src/main/php/FINDOLOGIC/Export/Constant.php 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 @@ +