We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cad30b commit 2669d68Copy full SHA for 2669d68
composer.json
@@ -9,5 +9,10 @@
9
"email": "devops@findologic.com"
10
}
11
],
12
- "require": {}
+ "require": {},
13
+ "autoload": {
14
+ "psr-0": {
15
+ "FINDOLOGIC\\Export\\": "src/main/php/"
16
+ }
17
18
src/main/php/FINDOLOGIC/Export/Constant.php
@@ -0,0 +1,8 @@
1
+<?php
2
+
3
+namespace FINDOLOGIC\Export;
4
5
+class Constant
6
+{
7
+ public static $XSD_SCHEMA_PATH = __DIR__ . '/../../../resources/findologic.xsd';
8
+}
0 commit comments