1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 04:14:44 +01:00

Merge pull request #33 from hakre/patch-1

Change to SPDX License Identifier (BSD-3-Clause) for composer
This commit is contained in:
nikic 2012-08-07 09:40:19 -07:00
commit a590937fdf

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"