From d294311207d2daea37e35caff49d7133f4a1e247 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 2 Feb 2018 07:52:24 +0100 Subject: v2.4.11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index b38939d..7127b45 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.", "keywords": ["debug", "debugger", "nette", "profiler", "xdebug"], "homepage": "https://tracy.nette.org", - "license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"], + "license": ["BSD-3-Clause"], "authors": [ { "name": "David Grudl", -- cgit