From d69fe7b1a85ee19a9288f9bd77e727a1c82bfa4f Mon Sep 17 00:00:00 2001
From: Cristiano Magro <cristiano.magro@vola.it>
Date: Tue, 27 Aug 2019 11:21:41 +0200
Subject: [PATCH] decodifica dell'estensione per risalire al titolo
---
composer.json | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/composer.json b/composer.json
index f95409c..e4c2569 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": "<5"
+ }
+}
--
Gitblit v1.8.0