From 728c2bf7a39ab38e73c8b58d0ac2088dcf0f8412 Mon Sep 17 00:00:00 2001 From: Giulio De Donato Date: Wed, 20 Apr 2016 11:58:50 +0200 Subject: [PATCH] do not push directly to the branch :) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 37e5d06..924960a 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "sensio/framework-extra-bundle": "~2.3|~3.0" }, "autoload": { - "exclude-from-classmap": ["/Tests/"] + "exclude-from-classmap": ["/Tests/"], "psr-4": { "Liuggio\\ExcelBundle\\": "" }