]> git.p6c8.net - jirafeau_project.git/commitdiff
[FEATURE] Add composer
authorDan Untenzu <mail@pixelbrackets.de>
Thu, 3 Dec 2020 14:26:59 +0000 (15:26 +0100)
committerJérôme Jutteau <jerome@jutteau.fr>
Sat, 5 Dec 2020 12:25:57 +0000 (12:25 +0000)
Add composer to allow project installation via packagist.

Refs #91

.gitignore
composer.json [new file with mode: 0644]

index 9241e2ffa72806ddfd8da8b95fb023b43222339d..f2a258ca74fdf455978e31e11f1fe1291f90272b 100644 (file)
@@ -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 (file)
index 0000000..09d2546
--- /dev/null
@@ -0,0 +1,6 @@
+{
+    "name": "mojo42/jirafeau",
+    "description": "Jirafeau: a simple way to upload a file",
+    "type": "project",
+    "license": "AGPL-3.0"
+}

patrick-canterino.de