From b9201dd79f19d04c7dbc3b908c40465b94fe07ce Mon Sep 17 00:00:00 2001
From: Cristiano Magro <cristiano.magro@vola.it>
Date: Wed, 27 Dec 2017 15:40:56 +0100
Subject: [PATCH] File di configurazione del pacchetto composer.json
---
composer.json | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..440811d
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,12 @@
+{
+ "name": "vola/uploadfile",
+ "description": "Gestione configurazione uploadfile",
+ "authors": [
+ {
+ "name": "Cristiano Magro",
+ "email": "cristiano.magro@vola.it"
+ }
+ ],
+ "minimum-stability": "dev",
+ "require": {},
+}
\ No newline at end of file
--
Gitblit v1.8.0