From 1315436571376897ab09e3e9456d154e65c96842 Mon Sep 17 00:00:00 2001
From: Cristiano Magro <cristiano.magro@vola.it>
Date: Tue, 16 Jan 2018 18:14:13 +0100
Subject: [PATCH] Wrapper per catturare il file caricato dall'interfaccia
---
composer.json | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/composer.json b/composer.json
index f95409c..4d270f6 100644
--- a/composer.json
+++ b/composer.json
@@ -6,5 +6,8 @@
"name": "Cristiano Magro",
"email": "cristiano.magro@vola.it"
}
- ]
-}
\ No newline at end of file
+ ],
+ "require-dev": {
+ "phpunit/phpunit": "^4.8"
+ }
+}
--
Gitblit v1.8.0