1
0
mirror of https://github.com/dg/dibi.git synced 2025-07-31 19:30:30 +02:00

composer: license clarification

This commit is contained in:
David Grudl
2020-01-07 11:53:19 +01:00
parent 7d55fd03b0
commit 21dad1d846

View File

@@ -3,7 +3,7 @@
"description": "Dibi is Database Abstraction Library for PHP",
"keywords": ["database", "dbal", "mysql", "postgresql", "sqlite", "mssql", "sqlsrv", "oracle", "access", "pdo", "odbc"],
"homepage": "https://dibiphp.com",
"license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"],
"license": ["BSD-3-Clause", "GPL-2.0-only", "GPL-3.0-only"],
"authors": [
{
"name": "David Grudl",