diff options
author | Remi Collet <remi@remirepo.net> | 2018-02-02 07:52:24 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-02-02 07:52:24 +0100 |
commit | d294311207d2daea37e35caff49d7133f4a1e247 (patch) | |
tree | f45a3b7caad590748646ad53004457bcf03cb8f0 /composer.json | |
parent | 884de4b6bc84031123cfeb081408ba4832301385 (diff) |
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |