From: Fabien Potencier Date: Tue, 25 Jun 2013 16:45:01 +0000 (+0200) Subject: fixed (again) the license identifier in composer.json X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=49d31bbfee5872f6d612be5265e53fe2813f59a1;p=web%2Fkonrad%2Ftwig.git fixed (again) the license identifier in composer.json --- diff --git a/composer.json b/composer.json index 163329a..67a08aa 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-Clause-Clear", + "license": "BSD-3-Clause", "authors": [ { "name": "Fabien Potencier",