From: Dan Untenzu Date: Thu, 3 Dec 2020 14:26:59 +0000 (+0100) Subject: [FEATURE] Add composer X-Git-Tag: 4.3.0~15 X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/commitdiff_plain/f55334d19ee35f6a163f574a54546449f7d44ca0 [FEATURE] Add composer Add composer to allow project installation via packagist. Refs #91 --- diff --git a/.gitignore b/.gitignore index 9241e2f..f2a258c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ lib/tos.local.txt media/custom/ var-* *._* +composer.phar /vendor .idea/ diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..09d2546 --- /dev/null +++ b/composer.json @@ -0,0 +1,6 @@ +{ + "name": "mojo42/jirafeau", + "description": "Jirafeau: a simple way to upload a file", + "type": "project", + "license": "AGPL-3.0" +}