We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806714c commit 8cad30bCopy full SHA for 8cad30b
.gitignore
@@ -1,3 +1,4 @@
1
/target
2
+/vendor
3
/.idea
4
/xml-export.iml
composer.json
@@ -0,0 +1,13 @@
+{
+ "name": "findologic/xml-export-schema",
+ "description": "XML schema for the FINDOLOGIC XML export format.",
+ "type": "library",
5
+ "license": "MIT",
6
+ "authors": [
7
+ {
8
+ "name": "FINDOLOGIC Developers",
9
+ "email": "devops@findologic.com"
10
+ }
11
+ ],
12
+ "require": {}
13
+}
0 commit comments