Skip to content

Commit 8cad30b

Browse files
authored
Make schema installable via Composer (#7)
1 parent 806714c commit 8cad30b

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/target
2+
/vendor
23
/.idea
34
/xml-export.iml

composer.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "findologic/xml-export-schema",
3+
"description": "XML schema for the FINDOLOGIC XML export format.",
4+
"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

Comments
 (0)