Skip to content

Commit

Permalink
Merge pull request #3514 from Majkl578/keywords
Browse files Browse the repository at this point in the history
Expand list of keywords in composer.json
  • Loading branch information
morozov authored Apr 17, 2019
2 parents 3a0a1d1 + 58f793e commit 372fe8e
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,25 @@
"type": "library",
"description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
"keywords": [
"php",
"abstraction",
"database",
"dbal",
"db2",
"mariadb",
"mssql",
"mysql",
"pgsql",
"dbal",
"database",
"abstraction",
"persistence",
"queryobject"
"postgresql",
"oci8",
"oracle",
"pdo",
"queryobject",
"sasql",
"sql",
"sqlanywhere",
"sqlite",
"sqlserver",
"sqlsrv"
],
"homepage": "https://www.doctrine-project.org/projects/dbal.html",
"license": "MIT",
Expand Down

0 comments on commit 372fe8e

Please sign in to comment.