This commit is contained in:
Philipp Lang 2022-10-25 17:24:46 +02:00
commit dbb78c4d29
2 changed files with 16 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/vendor/

15
composer.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "zoomyboy/tex",
"autoload": {
"psr-4": {
"Zoomyboy\\Tex\\": "src/"
}
},
"authors": [
{
"name": "Philipp Lang",
"email": "philipp@zoomyboy.de"
}
],
"require": {}
}