From fc5cefc7766fd5d1e2699c12184147ffe17afc9c Mon Sep 17 00:00:00 2001
From: Cristiano Magro <cristiano.magro@vola.it>
Date: Tue, 27 Aug 2019 18:04:36 +0200
Subject: [PATCH] Try to fix problema UTF-8 con carattere non stampabile

---
 composer.json |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/composer.json b/composer.json
index 440811d..e4c2569 100644
--- a/composer.json
+++ b/composer.json
@@ -7,6 +7,7 @@
             "email": "cristiano.magro@vola.it"
         }
     ],
-    "minimum-stability": "dev",
-    "require": {},
-}
\ No newline at end of file
+    "require-dev": {
+        "phpunit/phpunit": "<5"
+    }
+}

--
Gitblit v1.8.0