From 8529fba8aa8e044acb6cf7899d793e3a793dcde1 Mon Sep 17 00:00:00 2001
From: Cristiano Magro <cristiano.magro@vola.it>
Date: Tue, 27 Aug 2019 11:20:37 +0200
Subject: [PATCH] Format code and some comment

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

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

--
Gitblit v1.8.0