Change to SPDX License Identifier (BSD-3-Clause) for composer

The composer validate command is now supporting SPDX license identifers.
This commit is contained in:
hakre 2012-08-07 18:51:11 +03:00
parent 5a947e9843
commit 84b23a3eb5

View File

@ -3,7 +3,7 @@
"description": "A PHP parser written in PHP",
"keywords": ["php", "parser"],
"type": "library",
"license": "BSD",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Nikita Popov"