From fa5415792c1f3b73d7847cf96c317139e5a0822f Mon Sep 17 00:00:00 2001 From: checkitsedo Date: Mon, 28 Oct 2019 21:25:47 +0100 Subject: [PATCH] composer init --- .gitignore | 1 + composer.json | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 .gitignore create mode 100644 composer.json 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..7186154 --- /dev/null +++ b/composer.json @@ -0,0 +1,14 @@ +{ + "name": "checkitsedo/esrpayslip", + "description": "Laravel Swiss ESR Payment Slip with Fpdf (e.g. for Invoiceninja)", + "type": "library", + "license": "MIT", + "authors": [ + { + "name": "checkitsedo", + "email": "info@senti.lu" + } + ], + "minimum-stability": "stable", + "require": {} +}