Skip to content

Commit 2e075f6

Browse files
committed
Fix typo in license in composer.json
Signed-off-by: Michal Čihař <michal@cihar.com>
1 parent 7d2a9de commit 2e075f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "phpmyadmin/sql-parser",
33
"description": "A validating SQL lexer and parser with a focus on MySQL dialect.",
4-
"license": "GPL-2.0+-or-later",
4+
"license": "GPL-2.0-or-later",
55
"keywords": ["sql", "lexer", "parser", "analysis"],
66
"homepage": "https://github.com/phpmyadmin/sql-parser",
77
"authors": [

0 commit comments

Comments
 (0)