From: Fabien Potencier Date: Tue, 25 Jun 2013 15:47:27 +0000 (+0200) Subject: fixed the license name in composer.json X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=20effeb2bd95fa374f004e94773c1ac77bff653f;p=konrad%2Ftwig.git fixed the license name in composer.json --- diff --git a/composer.json b/composer.json index 3c5d079..163329a 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Twig, the flexible, fast, and secure template language for PHP", "keywords": ["templating"], "homepage": "http://twig.sensiolabs.org", - "license": "BSD-3", + "license": "BSD-3-Clause-Clear", "authors": [ { "name": "Fabien Potencier",