fixed the license name in composer.json
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 25 Jun 2013 15:47:27 +0000 (17:47 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 25 Jun 2013 15:47:27 +0000 (17:47 +0200)
composer.json

index 3c5d079..163329a 100644 (file)
@@ -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",