commit dbb78c4d29f3e097cd063c2fd35b951e47f54eb8 Author: Philipp Lang Date: Tue Oct 25 17:24:46 2022 +0200 Init diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57872d0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/vendor/ diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..008b7a8 --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "zoomyboy/tex", + "autoload": { + "psr-4": { + "Zoomyboy\\Tex\\": "src/" + } + }, + "authors": [ + { + "name": "Philipp Lang", + "email": "philipp@zoomyboy.de" + } + ], + "require": {} +}